isImageFileName property
bool
get
isImageFileName
Is this String an Image file?
Implementation
bool get isImageFileName => GetUtils.isImage(this);
Is this String an Image file?
bool get isImageFileName => GetUtils.isImage(this);