toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (profilePhotoUri != null) 'profilePhotoUri': profilePhotoUri!,
if (type != null) 'type': type!,
};