direction property

String get direction

@deprecated

Implementation

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

Implementation

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