MastodonMediaConfiguration constructor
Implementation
const MastodonMediaConfiguration({
required this.supportedMimeTypes,
this.descriptionLimit,
this.imageSizeLimit,
this.imageMatrixLimit,
this.videoSizeLimit,
this.videoFrameRateLimit,
this.videoMatrixLimit,
});