Email.fromMap(Map<String, dynamic> json) { if (json != null) { address = json['address']; verified = json['verified']; } }