names property

Implementation

static core.Map<PlanControlStateEnumLastOutcome, String> get names =>
    <PlanControlStateEnumLastOutcome, String>{
      lpoNone: '''None''',
      lpoSuccess: '''Success''',
      lpoFailure: '''Failure''',
    };