BackendBackendOrchestrationInfo.fromJson constructor
BackendBackendOrchestrationInfo.fromJson(
- Map json_
Implementation
BackendBackendOrchestrationInfo.fromJson(core.Map json_)
: this(resourceUri: json_['resourceUri'] as core.String?);