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