isVideo property

bool isVideo

是否视频

Implementation

bool get isVideo {
  return RegExp(r'^video').hasMatch(mime ?? '');
}