getAsNullableFloat method Null safety

double? getAsNullableFloat()

Converts object value into a float or returns null if conversion is not possible.

Returns float value or null if conversion is not supported.

See FloatConverter.toNullableFloat