AdditionalMedia constructor

AdditionalMedia({
  1. String? id,
  2. String? src,
})

Implementation

AdditionalMedia({
  this.id,
  this.src,
});