none static method

Cmd none()

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);