values property

Implementation

static List<DistanceEnumValidity> get values => <DistanceEnumValidity>[
      dvInvalid,
      dvValid,
    ];