menu
h_utils package
documentation
control_flow/supplier.dart
Suppliers
of<T> static method
of<T> static method
dark_mode
light_mode
of<
T
>
static method
Supplier
<
T
>
of
<
T
>(
T
t
)
Implementation
static Supplier<T> of<T>(final T t) { return () => t; }
h_utils package
documentation
control_flow/supplier
Suppliers
of<T> static method
Suppliers class