uuids property

dynamic uuids

Implementation

dynamic get uuids => js_util.getProperty(this, 'uuids');
void uuids=(dynamic newValue)

Implementation

set uuids(dynamic newValue) {
  js_util.setProperty(this, 'uuids', newValue);
}