sample property
String
get
sample
Implementation
String get sample => js_util.getProperty(this, 'sample');
set
sample
(String newValue)
Implementation
set sample(String newValue) {
js_util.setProperty(this, 'sample', newValue);
}