direction property

String direction

Implementation

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

Implementation

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