MemoryMediaProvider constructor
Creates a new meemory media provider with the given name
, mediaType
and data
.
Optionally specify the description
.
Implementation
MemoryMediaProvider(String name, String mediaType, this.data,
{String? description})
: super(name, mediaType, data.length, description: description);