pointerId property

num? pointerId

Implementation

_i2.num? get pointerId => _i4.getProperty(
      this,
      'pointerId',
    );
void pointerId=(num? value)

Implementation

set pointerId(_i2.num? value) {
  _i4.setProperty(
    this,
    'pointerId',
    value ?? _i6.undefined,
  );
}