isVideoFileName property
bool
get
isVideoFileName
Is this String a Video file?
Implementation
bool get isVideoFileName => GetUtils.isVideo(this);
Is this String a Video file?
bool get isVideoFileName => GetUtils.isVideo(this);