FetchLicenseState constructor

const FetchLicenseState(
  1. LicenseDocument license,
  2. StatusDocument status
)

Implementation

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