platform property

String platform

Implementation

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

Implementation

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