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