factory ChatIcon.fromJson(Map<String, dynamic> json) { return ChatIcon(url: json['url'] as String); }