Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 960 Bytes

EventDistrictPoints.md

File metadata and controls

16 lines (11 loc) · 960 Bytes

tba_api_v3.model.EventDistrictPoints

Load the model package

import 'package:tba_api_v3/api.dart';

Properties

Name Type Description Notes
points BuiltMap<String, EventDistrictPointsPointsValue> 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.
tiebreakers BuiltMap<String, EventDistrictPointsTiebreakersValue> 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]

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