states property

List<String> states
getter/setter pair

Implementation

static List<String> states = <String>[
  'Aberdeen ',
  'Bath And North East Somerset',
  'Belfast ',
  'Bournemouth ',
  'Brighton And Hove ',
  'Bristol ',
  'Cambridgeshire',
  'Cardiff',
  'Cheshire ',
  'Cornwall ',
  'Cumbria ',
  'Derry ',
  'Devon ',
  'Dumfries And Galloway ',
  'Dundee ',
  'Dungannon ',
  'Edinburgh ',
  'Glasgow ',
  'Highland ',
  'Inverclyde ',
  'Kent',
  'Kingston Upon Hull',
  'Lancashire ',
  'Leicester ',
  'London',
  'Luton ',
  'Manchester ',
  'Merseyside ',
  'Moray ',
  'Norfolk',
  'North Yorkshire ',
  'Nottingham ',
  'Omagh ',
  'Oxfordshire ',
  'Perthshire And Kinross ',
  'Peterborough ',
  'Plymouth ',
  'Portsmouth ',
  'South Ayrshir',
  'South Yorkshire ',
  'Southampton ',
  'Southend On Sea',
  'Stockton On Tees ',
  'Stoke On Trent ',
  'Suffolk',
  'Swansea',
  'Tyne And Wear ',
  'West Midlands ',
  'West Yorkshire ',
  'Westminster ',
  'York ',
];