LicenseRecord constructor Null safety
- String? id,
- TitleRecord title,
- List<
LicenseUse> uses, - String terms,
- {String? description,
- DateTime? expiry}
Implementation
LicenseRecord(this.id, this.title, this.uses, this.terms,
{this.description, this.expiry});