nullableFloatList

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