orNone method

Cmd orNone()

Returns the command or Cmd.none() if null.

Implementation

Cmd orNone() => this ?? Cmd.none();