LicenseRecord constructor

LicenseRecord(
  1. String? id,
  2. TitleRecord title,
  3. List<LicenseUse> uses,
  4. String terms, {
  5. String? description,
  6. DateTime? expiry,
})

Implementation

LicenseRecord(this.id, this.title, this.uses, this.terms,
    {this.description, this.expiry});