none constant

Command const none

A command that does nothing and returns Sequence.none when rendered.

This command is useful when you want to represent a no-op command.

NOTE: This command is never returned by tryParse.

Implementation

static const Command none = _NullCommand();