id property

num get id

Implementation

_i2.num get id => _i6.getProperty(
      this,
      'id',
    );
set id (num value)

Implementation

set id(_i2.num value) {
  _i6.setProperty(
    this,
    'id',
    value,
  );
}