$Asset constructor

$Asset({
  1. String? content,
  2. String? mediaId,
})

Implementation

$Asset({
  this.content,
  this.mediaId,
});