HtmlPlatformMediumEntity constructor

HtmlPlatformMediumEntity({
  1. String? htmlReference,
  2. String? mediumId,
})

Implementation

HtmlPlatformMediumEntity({
  this.htmlReference,
  this.mediumId,
});