oga constant

MediaType const oga

Implementation

static const MediaType oga = MediaType(
  type: 'application',
  subtype: 'ogg',
  fileExtension: 'oga',
);