names property

Implementation

static core.Map<PlanDBEnumType, String> get names => <PlanDBEnumType, String>{
      dbtRequest: '''Request''',
      dbtSuccess: '''Reply -- Success''',
      dbtFailure: '''Reply -- Failure''',
      dbtInProgress: '''Reply -- In Progress''',
    };