firCount property

num? get firCount

Implementation

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

Implementation

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