compareTo method

int compareTo(
  1. Subtitle other
)

Implementation

int compareTo(Subtitle other) =>
    start.inMilliseconds.compareTo(other.start.inMilliseconds);