isVideo property
bool
get
isVideo
Check if this is a video type
Implementation
bool get isVideo => media?.type.toUpperCase() == 'VIDEO';
Check if this is a video type
bool get isVideo => media?.type.toUpperCase() == 'VIDEO';