float property

String float

Implementation

_i2.String get float => _i4.getProperty(
      this,
      'float',
    );
void float=(String value)

Implementation

set float(_i2.String value) {
  _i4.setProperty(
    this,
    'float',
    value,
  );
}