states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  "Punjab",
  "Sindh",
  "Khyber Pakhtunkhwa",
  "Balochistan",
  "Islamabad Capital Territory",
  "Gilgit-Baltistan",
];