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