success constant

ExitCodeExt const success

Command completed successfully.

Implementation

static const success = ExitCodeExt._(0, 'success');