NO_ERROR property

Implementation

static final NO_ERROR = InteractivePlusSystemExceptionType._(
  "NoErr",
  0,
  true,
  ([locale]) => Intl.message(
    'No error.',
    desc: 'Give prompt to user that no error has been found',
    locale: locale,
    name: 'NoErrPrompt'
  )
);