menu
jaguar package
documentation
http/context/context.dart
Context
getVariable<T> method
getVariable<T> method
dark_mode
light_mode
getVariable<
T
>
method
T
getVariable
<
T
>(
{
required
String
id
,
})
Returns variable by id
Implementation
T getVariable<T>({required String id}) { return _variables[id] as T; }
jaguar package
documentation
http/context/context
Context
getVariable<T> method
Context class