includesSide method
This predicate is true if this Spot is a side that includes the side(s) given by the argument Spot. @param {Spot} side @return {boolean} false if either this Spot or the argument Spot is not a "Side"; true if the side(s) that this Spot represents are a superset or the same set of sides represented by the argument Spot.
Implementation
_i2.bool includesSide(_i3.Spot side) => _i4.callMethod(
this,
'includesSide',
[side],
);