mediaTypes property
latefinal
Used to fetch a media type by its unique key with constant time performance. Initialised with populateMediaTypes at startup.
Implementation
late final Map<String, MediaType> mediaTypes;
Used to fetch a media type by its unique key with constant time performance. Initialised with populateMediaTypes at startup.
late final Map<String, MediaType> mediaTypes;