menu
velix package
documentation
reflectable/reflectable.dart
Getter<T, V> typedef
Getter<T, V> typedef
dark_mode
light_mode
Getter<
T
,
V
>
typedef
Getter
<
T
,
V
> =
V Function
(
T
instance
)
Implementation
typedef Getter<T, V> = V Function(T instance);
velix package
documentation
reflectable/reflectable
Getter<T, V> typedef
reflectable library