ValidatedDocuments constructor
- LicenseDocument license,
- Either<
DrmContext?, LicenseStatus?> context, - {StatusDocument? status}
Implementation
ValidatedDocuments(this.license, this.context, {this.status});
ValidatedDocuments(this.license, this.context, {this.status});