v1MarketsGet method

Future<Response<MarketListResponse$Response>> v1MarketsGet()

Implementation

Future<chopper.Response<MarketListResponse$Response>> v1MarketsGet() {
  generatedMapping.putIfAbsent(MarketListResponse$Response,
      () => MarketListResponse$Response.fromJsonFactory);

  return _v1MarketsGet();
}