nullable Json Array List
fun JsonModel?.nullableJsonArrayList(key: String? = null, default: JsonArrayDefaultSelector<JsonArray?>): JsonDelegateProperty<List<JsonArray?>>
Content copied to clipboard
fun JsonModel?.nullableJsonArrayList(key: String? = null, default: List<JsonArray?>): JsonDelegateProperty<List<JsonArray?>>
Content copied to clipboard
fun JsonModel?.nullableJsonArrayList(key: String): JsonDelegateProperty<List<JsonArray?>>
Content copied to clipboard
val JsonModel?.nullableJsonArrayList: JsonDelegateProperty<List<JsonArray?>>
Content copied to clipboard