import 'package:tba_api_client/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
points | Map<String, EventDistrictPointsPoints> | Points gained for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the points as its value. | [default to {}] |
tiebreakers | Map<String, EventDistrictPointsTiebreakers> | Tiebreaker values for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the tiebreaker elements as its value. | [optional] [default to {}] |