core.Map<core.String, core.dynamic> toJson() => { if (displayName != null) 'displayName': displayName!, if (email != null) 'email': email!, if (id != null) 'id': id!, if (self != null) 'self': self!, };