MediaProvider constructor
Creates a new media provider with the given name
, mediaType
like application/pdf, size
in bytes and description
.
Implementation
MediaProvider(this.name, this.mediaType, this.size, {this.description});
Creates a new media provider with the given name
, mediaType
like application/pdf, size
in bytes and description
.
MediaProvider(this.name, this.mediaType, this.size, {this.description});