Server.fromJson constructor

Server.fromJson(
  1. JsonMap json
)

Implementation

factory Server.fromJson(JsonMap json) => _$ServerFromJson(json);