isVector property
bool
get
isVector
Checks if string is a vector file.
Implementation
bool get isVector => toLowerCase().endsWith(".svg");
Checks if string is a vector file.
bool get isVector => toLowerCase().endsWith(".svg");