none<Msg> static method

Cmd<Msg> none<Msg>()

The empty case when no messages are needed.

Implementation

static Cmd<Msg> none<Msg>() => const Cmd([]);