none static method
A command that does nothing.
Use this when update needs to return a command but has nothing to do.
return (newModel, Cmd.none());
Implementation
static Cmd none() => const Cmd(_noop);
A command that does nothing.
Use this when update needs to return a command but has nothing to do.
return (newModel, Cmd.none());
static Cmd none() => const Cmd(_noop);