CloudComponentStatus constructor

CloudComponentStatus({
  1. CloudComponentState? componentState,
  2. Map<String, String>? errors,
  3. String? message,
})

Implementation

CloudComponentStatus({
  this.componentState,
  this.errors,
  this.message,
});