MastodonTermsOfService constructor

const MastodonTermsOfService({
  1. required String effectiveDate,
  2. required bool effective,
  3. required String content,
  4. String? succeededBy,
})

Implementation

const MastodonTermsOfService({
  required this.effectiveDate,
  required this.effective,
  required this.content,
  this.succeededBy,
});