by Nullable Boolean List
fun JsonObject?.byNullableBooleanList(key: String? = null, default: JsonArrayDefaultSelector<Boolean?>): JsonDelegateProperty<List<Boolean?>>
Content copied to clipboard
fun JsonObject?.byNullableBooleanList(key: String? = null, default: List<Boolean?>): JsonDelegateProperty<List<Boolean?>>
Content copied to clipboard
fun JsonObject?.byNullableBooleanList(key: String): JsonDelegateProperty<List<Boolean?>>
Content copied to clipboard
val JsonObject?.byNullableBooleanList: JsonDelegateProperty<List<Boolean?>>
Content copied to clipboard