as property

String as

Implementation

String get as => js_util.getProperty(this, 'as');
void as=(String newValue)

Implementation

set as(String newValue) {
  js_util.setProperty(this, 'as', newValue);
}