Profile.parseJson constructor

Profile.parseJson(
  1. Map<String, dynamic> json
)

Implementation

Profile.parseJson(
    Map<String, dynamic> json
):
  id = json['id'],
  status = json['status'],
  badge = json['badge'],
  shortCode = json['shortCode'],
  git = json['git'],
  site = json['site'],
  youtube = json['youtube'],
  twitch = json['twitch'],
  steam = json['steam'],
  vk = json['vk'];