menu
artisanal package
documentation
tui.dart
CustomMsg<T>
of<T> static method
of<T> static method
dark_mode
light_mode
of<
T
>
static method
CustomMsg
<
T
>
of
<
T
>(
T
value
)
Factory constructor for type inference.
Implementation
static CustomMsg<T> of<T>(T value) => CustomMsg(value);
artisanal package
documentation
tui
CustomMsg<T>
of<T> static method
CustomMsg class