randomUUID property
String Function()
get
randomUUID
Implementation
_i2.String Function() get randomUUID => () => _i4.callMethod(
_i4.getProperty(
this,
'randomUUID',
),
r'call',
[this],
);
set
randomUUID
(String value())
Implementation
set randomUUID(_i2.String Function() value) {
_i4.setProperty(
this,
'randomUUID',
_i4.allowInterop(value),
);
}