toJson method
Implementation
Map<String, dynamic> toJson() {
return <String, dynamic>{
'avatar_url': avatarUrl,
'banner_url': bannerUrl,
'profile_url': profileUrl,
'username': username,
'display_name': displayName,
'twitter': twitter,
'guid': guid,
'metadata_description': metadataDescription,
'attribution_display_name': attributionDisplayName,
'name': name,
'description': description,
'facebook_url': facebookUrl,
'twitter_url': twitterUrl,
'instagram_url': instagramUrl,
'tumblr_url': tumblrUrl,
'suppress_chrome': suppressChrome,
'website_url': websiteUrl,
'website_display_url': websiteDisplayUrl,
};
}