Cmd<Msg> constructor

const Cmd<Msg>(
  1. List<Effect<Msg>> base
)

Implementation

const Cmd(List<Effect<Msg>> base) : this._commands = base;