dir property

String dir

Implementation

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

Implementation

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