as property
String
get
as
Implementation
String get as => js_util.getProperty(this, 'as');
set
as
(String newValue)
Implementation
set as(String newValue) {
js_util.setProperty(this, 'as', newValue);
}