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