BackendServiceOrchestrationInfo.fromJson constructor

BackendServiceOrchestrationInfo.fromJson(
  1. Map json_
)

Implementation

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