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