factory ChallengeResponse.fromJson(Map<String, dynamic> json) { return new ChallengeResponse( json['transaction'] == null ? null : json['transaction'] as String); }