CheckRequest constructor

CheckRequest({
  1. Operation? operation,
  2. bool? requestProjectSettings,
  3. String? serviceConfigId,
  4. bool? skipActivationCheck,
})

Implementation

CheckRequest({
  this.operation,
  this.requestProjectSettings,
  this.serviceConfigId,
  this.skipActivationCheck,
});