RequestServerInfo.fromJson constructor

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

Implementation

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