ServiceTerms constructor

ServiceTerms(
  1. String tag,
  2. DateTime agreedAt
)

Implementation

ServiceTerms(this.tag, this.agreedAt);