isSide method

bool isSide()

True if this is a special spot referring to one (or more) of the sides. This is false if the spot is Spot.None. @return {boolean}

Implementation

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