all constant

RequestType const all

Implementation

static const RequestType all = RequestType(
  _imageValue | _videoValue | _audioValue,
);