svg constant
MediaType
const svg
Implementation
static const MediaType svg = MediaType(
type: 'image',
subtype: 'svg+xml',
fileExtension: 'svg',
);
static const MediaType svg = MediaType(
type: 'image',
subtype: 'svg+xml',
fileExtension: 'svg',
);