CloudComponentStatus constructor
CloudComponentStatus({
- CloudComponentState? componentState,
- Map<
String, String> ? errors, - String? message,
Implementation
CloudComponentStatus({
this.componentState,
this.errors,
this.message,
});