CheckInLicenseResponse constructor

CheckInLicenseResponse({
  1. required License data,
})

Returns a new CheckInLicenseResponse instance.

Implementation

CheckInLicenseResponse({
  required this.data,
});