v1StatsDexGet method
@param since Time since stats are requested (YYYY-MM-DDTHH:MM:SS) @param until Time until stats are requested (YYYY-MM-DDTHH:MM:SS)
Implementation
Future<chopper.Response<DexStatsResponse$Response>> v1StatsDexGet({
String? since,
String? until,
}) {
generatedMapping.putIfAbsent(DexStatsResponse$Response,
() => DexStatsResponse$Response.fromJsonFactory);
return _v1StatsDexGet(since: since, until: until);
}