toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (domain != null) 'domain': domain!,
if (email != null) 'email': email!,
if (name != null) 'name': name!,
if (photoUrl != null) 'photoUrl': photoUrl!,
};