platform property

String get platform

Implementation

String get platform => js_util.getProperty(this, 'platform');
set platform (String newValue)

Implementation

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