Server.fromJson constructor

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

Implementation

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