from property

dynamic get from

Implementation

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

Implementation

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