subkt / myaa.subkt.ass / MapLine / putString
fun putString(key:
String
, value:
String
):
Any
?
(source)
Writes the given value to the field given by the key, automatically deserializing the value if needed.
IllegalArgumentException
- If [value](put-string.md#myaa.subkt.ass.MapLine$putString(kotlin.String, kotlin.String)/value) could not be deserialized to
the appropriate type.