float property
String
get
float
Implementation
_i2.String get float => _i4.getProperty(
this,
'float',
);
set
float
(String value)
Implementation
set float(_i2.String value) {
_i4.setProperty(
this,
'float',
value,
);
}