operator >= method

bool operator >=(
  1. Time other
)
inherited

Implementation

bool operator >=(T other) => compareTo(other) >= 0;