isNear method

bool isNear(
  1. double angle
)

Implementation

bool isNear(double angle) => raw.isNear(angle);