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