ServerRelationships.fromJson constructor

ServerRelationships.fromJson(
  1. JsonMap json
)

Implementation

factory ServerRelationships.fromJson(JsonMap json) =>
    _$ServerRelationshipsFromJson(json);