factory ModelChangeWhoisReceived.fromJson(Map<String, dynamic> json) => ModelChangeWhoisReceived( nick: json['nick'] as String, );