float property

double? float

Implementation

double? get float => (_rawValue is num) ? (_rawValue as num).toDouble() : null;