operator > method

dynamic operator >(
  1. Time other
)

Implementation

operator >(Time other) => totalMicrosecond > other.totalMicrosecond;