onQueryResponseJson method

  1. @override
QueryContinuousFundsResponse onQueryResponseJson(
  1. Map<String, dynamic> json
)
override

Implementation

@override
QueryContinuousFundsResponse onQueryResponseJson(Map<String, dynamic> json) {
  return QueryContinuousFundsResponse.fromJson(json);
}