platformVersion property

String platformVersion

Implementation

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

Implementation

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