compareTo method

  1. @override
int compareTo(
  1. dynamic other
)
override

compare this tag with another tag

Implementation

@override
int compareTo(other) => 0;