GoogleCloudFunctionsV2StateMessage constructor

GoogleCloudFunctionsV2StateMessage({
  1. String? message,
  2. String? severity,
  3. String? type,
})

Implementation

GoogleCloudFunctionsV2StateMessage({
  this.message,
  this.severity,
  this.type,
});