names property

Implementation

static core.Map<PlanControlEnumType, String> get names =>
    <PlanControlEnumType, String>{
      pcRequest: '''Request''',
      pcSuccess: '''Reply -- Success''',
      pcFailure: '''Reply -- Failure''',
      pcInProgress: '''Reply -- In Progress''',
    };