serial property

num get serial

Implementation

_i2.num get serial => _i3.getProperty(
      this,
      'serial',
    );
set serial (num value)

Implementation

set serial(_i2.num value) {
  _i3.setProperty(
    this,
    'serial',
    value,
  );
}