pointsCount property

num pointsCount

This read-only property returns the number of points in the route.

Implementation

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

Implementation

set pointsCount(_i2.num value) {
  _i4.setProperty(
    this,
    'pointsCount',
    value,
  );
}