MmTermsOfService constructor

MmTermsOfService({
  1. String? id,
  2. int? createAt,
  3. String? userId,
  4. String? text,
})

Returns a new MmTermsOfService instance.

Implementation

MmTermsOfService({
  this.id,
  this.createAt,
  this.userId,
  this.text,
});