Media constructor

Media({
  1. String? mediaFileUri,
})

Implementation

Media({
  this.mediaFileUri,
});