operator <= method

bool operator <=(
  1. Angle other
)

Compares this to other.

Implementation

bool operator <=(final Angle other) => _storage <= other._storage;