isImage property
bool
get
isImage
Checks if this is an image
Implementation
bool get isImage => mediaType.startsWith('image/');
Checks if this is an image
bool get isImage => mediaType.startsWith('image/');