BackendServiceUsedBy.fromJson constructor

BackendServiceUsedBy.fromJson(
  1. Map json_
)

Implementation

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