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