factory FlipSubmitLongAnswersResponseResult.fromJson( Map<String, dynamic> json) => FlipSubmitLongAnswersResponseResult( txHash: json["txHash"], );