allowVideos property

bool allowVideos

Implementation

bool get allowVideos => _data['allow_videos'];
void allowVideos=(bool x)

Implementation

set allowVideos(bool x) => _data['allow_videos'] = x;