nullable String List
fun JsonModel?.nullableStringList(key: String? = null, default: JsonArrayDefaultSelector<String?>): JsonDelegateProperty<List<String?>>
Content copied to clipboard
fun JsonModel?.nullableStringList(key: String? = null, default: List<String?>): JsonDelegateProperty<List<String?>>
Content copied to clipboard
fun JsonModel?.nullableStringList(key: String): JsonDelegateProperty<List<String?>>
Content copied to clipboard