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