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