create static method

Autotrader create([
  1. ChopperClient? client
])

A helper method that helps instantiating the service. You can omit this method and use the generated class directly instead.

Implementation

static Autotrader create([ChopperClient? client]) {
  initializeMappers();

  return _$Autotrader(client);
}