User.fromJson(Map<String, dynamic> json) { name = json['name']; id = json['id']; email = json['email']; verified = json['verified']; }