orderLegendGet method

Future<Response<Object>> orderLegendGet()

Implementation

Future<chopper.Response<Object>> orderLegendGet() {
  return _orderLegendGet();
}