WebImplementation constructor
Creates a WebImplementation instance with maxLimit and mediaType.
Implementation
const WebImplementation({
this.maxLimit = 1,
this.mediaType = MediaType.image,
});
Creates a WebImplementation instance with maxLimit and mediaType.
const WebImplementation({
this.maxLimit = 1,
this.mediaType = MediaType.image,
});