InsertLicenseRequest constructor

InsertLicenseRequest({
  1. required License? licenseResource,
  2. required String project,
  3. String? requestId,
})

Implementation

InsertLicenseRequest({
  required this.licenseResource,
  required this.project,
  this.requestId,
}) : super(fullyQualifiedName);