round property

dynamic get round

Implementation

_i2.dynamic get round => _i6.getProperty(
      this,
      'round',
    );
set round (dynamic value)

Implementation

set round(_i2.dynamic value) {
  _i6.setProperty(
    this,
    'round',
    value,
  );
}