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