CreatePredictionsProps constructor

CreatePredictionsProps({
  1. required String broadcasterId,
  2. required String title,
  3. required List<Outcomes>? outcomes,
  4. required int predictionWindow,
})

Implementation

CreatePredictionsProps(
    {required this.broadcasterId,
    required this.title,
    required this.outcomes,
    required this.predictionWindow});