import 'package:tba_api_client/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| matchesPlayed | int | Number of matches played by this team. | [default to null] |
| qualAverage | int | The average match score during qualifications. Year specific. May be null if not relevant for a given year. | [optional] [default to null] |
| extraStats | List<num> | Additional special data on the team's performance calculated by TBA. | [optional] [default to []] |
| sortOrders | List<num> | Additional year-specific information, may be null. See parent `sort_order_info` for details. | [optional] [default to []] |
| record | WLTRecord | [default to null] | |
| rank | int | The team's rank at the event as provided by FIRST. | [default to null] |
| dq | int | Number of times disqualified. | [default to null] |
| teamKey | String | The team with this rank. | [default to null] |