equals method

bool equals(
  1. Time other
)

Implementation

bool equals(Time other) => _milliseconds == other._milliseconds && _nanosecondsInterval == other._nanosecondsInterval;