isVideo method

bool isVideo()

Implementation

bool isVideo() {
  return insert.type == DataType.video;
}