ServiceConfigResult constructor
ServiceConfigResult({
- bool? isSuccess,
- String? error,
- ServiceConfig? serviceConfig,
Implementation
ServiceConfigResult({
this.isSuccess,
this.error,
this.serviceConfig,
});