isAsc static method

bool isAsc(
  1. String imagePath
)

Implementation

static bool isAsc(String imagePath) {
  return imagePath.toLowerCase().endsWith(ASC_EXT);
}