nullableBooleanList

fun JsonModel?.nullableBooleanList(key: String? = null, default: JsonArrayDefaultSelector<Boolean?>): JsonDelegateProperty<List<Boolean?>>
fun JsonModel?.nullableBooleanList(key: String? = null, default: List<Boolean?>): JsonDelegateProperty<List<Boolean?>>
fun JsonModel?.nullableBooleanList(key: String): JsonDelegateProperty<List<Boolean?>>
val JsonModel?.nullableBooleanList: JsonDelegateProperty<List<Boolean?>>