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