ValidatedDocuments constructor

ValidatedDocuments(
  1. LicenseDocument license,
  2. Either<DrmContext?, LicenseStatus?> context,
  3. {StatusDocument? status}
)

Implementation

ValidatedDocuments(this.license, this.context, {this.status});