toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      "uid": uid,
      "username": username,
      "nickname": nickname,
      "email": email,
      "mobile": mobile,
      "avatar": avatar,
      "description": description,
      "platform": platform,
      "enabled": enabled,
      "superUser": superUser,
      "emailVerified": emailVerified,
    };