fromApi static method
- GeneratorTrend apiTrend
Implementation
static TrendRouteArg? fromApi(GeneratorTrend apiTrend) =>
values.firstWhereOrNull((t) => t.apiTrend == apiTrend);
static TrendRouteArg? fromApi(GeneratorTrend apiTrend) =>
values.firstWhereOrNull((t) => t.apiTrend == apiTrend);