hasContentVideoTile property

bool get hasContentVideoTile

Implementation

bool get hasContentVideoTile =>
    hasContentAttendee &&
    _attendees.attendees[_video.contentAttendeeId]?.videoTileInfo != null;