names property

Implementation

static core.Map<ScheduledGotoEnumDelayed, String> get names =>
    <ScheduledGotoEnumDelayed, String>{
      dbehResume: '''Resume''',
      dbehSkip: '''Skip''',
      dbehFail: '''Fail''',
    };