CheckLicenseStatusState constructor

const CheckLicenseStatusState(
  1. LicenseDocument license,
  2. StatusDocument? status
)

Implementation

const CheckLicenseStatusState(this.license, this.status);