values constant

List<RequestType> const values

Implementation

static const List<RequestType> values = <RequestType>[
  location,
  wifi,
  bluetooth,
  motion,
  notification,
  surveys,
  analytics,
  campaigns,
  ads,
  birthYear,
  gender,
  pinch
];