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