as property

String as

Implementation

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

Implementation

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