read property
num
get
read
Implementation
_i2.num get read => _i4.getProperty(
this,
'read',
);
set
read
(num value)
Implementation
set read(_i2.num value) {
_i4.setProperty(
this,
'read',
value,
);
}