Server.fromJson constructor

Server.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Server.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$ServerFromJson);