AccountTermsOfService constructor

const AccountTermsOfService({
  1. int? date,
  2. String? ip,
  3. String? userAgent,
})

AccountTermsOfService

Implementation

const AccountTermsOfService({
  this.date,
  this.ip,
  this.userAgent,
});