MastodonExtendedDescription constructor

const MastodonExtendedDescription({
  1. DateTime? updatedAt,
  2. required String content,
})

Implementation

const MastodonExtendedDescription({
  this.updatedAt,
  required this.content,
});