s property

dynamic s

Implementation

dynamic get s => js_util.getProperty(this, 's');
void s=(dynamic newValue)

Implementation

set s(dynamic newValue) {
  js_util.setProperty(this, 's', newValue);
}