menu
dealer_service
shared/values/routing.dart
TrendRouteArg
fromPath static method
fromPath
dark_mode
light_mode
fromPath
static method
TrendRouteArg
?
fromPath
(
String
name
)
Implementation
static TrendRouteArg? fromPath(String name) => values.firstWhereOrNull((t) => t.path == name);
dealer_service
routing
TrendRouteArg
fromPath static method
TrendRouteArg enum