MmUserTermsOfService constructor

MmUserTermsOfService({
  1. String? userId,
  2. String? termsOfServiceId,
  3. int? createAt,
})

Returns a new MmUserTermsOfService instance.

Implementation

MmUserTermsOfService({
  this.userId,
  this.termsOfServiceId,
  this.createAt,
});