Accepted constructor

Accepted({
  1. String? acceptedBy,
  2. String? termsOfService,
  3. Date? validUntil,
})

Implementation

Accepted({this.acceptedBy, this.termsOfService, this.validUntil});