names property

Implementation

static core.Map<LblRangeAcceptanceEnumAcceptance, String> get names =>
    <LblRangeAcceptanceEnumAcceptance, String>{
      rrAccepted: '''Accepted''',
      rrAboveThreshold: '''Rejected - Above Threshold''',
      rrSingular: '''Rejected - Singular Point''',
      rrNoInfo: '''Rejected - Not Enough Information''',
      rrAtSurface: '''Rejected - Vehicle At Surface''',
    };