isSpot method

bool isSpot()

True if this is a specific spot, not a side nor Spot.None. @return {boolean}

Implementation

_i2.bool isSpot() => _i4.callMethod(
      this,
      'isSpot',
      [],
    );