Client.fromJson constructor

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

Implementation

Client.fromJson(Map<String, dynamic> json) {
  if (json["ip"] is String) this.ip = json["ip"];
}