Return multiple Cmds.
static Cmd<Msg> batch<Msg>(Iterable<Cmd<Msg>> cmds) => Cmd(cmds.expand((element) => element._commands).toList());