stateCodes property

List<String> get stateCodes

Get all state codes.

Implementation

static List<String> get stateCodes => states.keys.toList();