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