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