state property

dynamic get state

Implementation

_i2.dynamic get state => _i4.getProperty(
      this,
      'state',
    );
set state (dynamic value)

Implementation

set state(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'state',
    value,
  );
}