compareTo method

int compareTo(
  1. SvgFile other
)

Implementation

int compareTo(SvgFile other) => pageNo - other.pageNo;