pointCount property

num get pointCount

Implementation

_i2.num get pointCount => _i5.getProperty(
      this,
      'pointCount',
    );
set pointCount (num value)

Implementation

set pointCount(_i2.num value) {
  _i5.setProperty(
    this,
    'pointCount',
    value,
  );
}