BackendServiceUsedBy.fromJson constructor
BackendServiceUsedBy.fromJson(
- Map json_
Implementation
BackendServiceUsedBy.fromJson(core.Map json_)
: this(
reference: json_['reference'] as core.String?,
);