isNoSpot method

bool isNoSpot()

True if this is an unspecific special spot, such as Spot.None or one of the sides. @return {boolean}

Implementation

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