Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 731 Bytes

DistrictList.md

File metadata and controls

18 lines (13 loc) · 731 Bytes

tba_api_client.model.DistrictList

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
abbreviation String The short identifier for the district. [default to null]
displayName String The long name for the district. [default to null]
key String Key for this district, e.g. `2016ne`. [default to null]
year int Year this district participated. [default to null]

[Back to Model list] [Back to API list] [Back to README]