UMediaJson constructor

UMediaJson({
  1. String? title,
  2. String? description,
})

Implementation

UMediaJson({
  this.title,
  this.description,
});