MediaInfo constructor

MediaInfo({
  1. String? fileName,
  2. String? base64,
  3. String? base64WithScheme,
  4. Uint8List? data,
})

Implementation

MediaInfo({
  this.fileName,
  this.base64,
  this.base64WithScheme,
  this.data,
});