sample property

String sample

Implementation

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

Implementation

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