menu
archery package
documentation
archery/core/http.dart
RouteParams
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
T?
get
<
T
>(
String
name
)
Implementation
static T? get<T>(String name) => all()[name] as T?;
archery package
documentation
archery/core/http
RouteParams
get<T> static method
RouteParams class