Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 779 Bytes

EventOPRs.md

File metadata and controls

17 lines (12 loc) · 779 Bytes

tba_api_v3.model.EventOPRs

Load the model package

import 'package:tba_api_v3/api.dart';

Properties

Name Type Description Notes
oprs BuiltMap<String, double> A key-value pair with team key (eg frc254) as key and OPR as value. [optional]
dprs BuiltMap<String, double> A key-value pair with team key (eg frc254) as key and DPR as value. [optional]
ccwms BuiltMap<String, double> A key-value pair with team key (eg frc254) as key and CCWM as value. [optional]

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