platformVersion property

String get platformVersion

Implementation

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

Implementation

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