values property

Implementation

static List<MapFeatureEnumFeatureType> get values =>
    <MapFeatureEnumFeatureType>[
      ftypePoi,
      ftypeFilledpoly,
      ftypeContouredpoly,
      ftypeLine,
      ftypeTransponder,
      ftypeStartloc,
      ftypeHomeref,
    ];