menu
mvu_layer package
documentation
mvu.dart
Cmd<Msg>
none<Msg> static method
none<Msg> static method
dark_mode
light_mode
none<
Msg
>
static method
Cmd
<
Msg
>
none
<
Msg
>(
)
The empty case when no messages are needed.
Implementation
static Cmd<Msg> none<Msg>() => const Cmd([]);
mvu_layer package
documentation
mvu
Cmd<Msg>
none<Msg> static method
Cmd class