toJson method

Map<String, dynamic> toJson()

Concerts this user to JSON

Implementation

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