AccessTokenResponse.fromJson(Map<String, dynamic> json) { result = json['result'] != null ? Result.fromJson(json['result']) : null; id = json['id']; }