PredictionsProps constructor

const PredictionsProps({
  1. required String broadcasterId,
  2. String? id,
})

Implementation

const factory PredictionsProps({
  required String broadcasterId,
  String? id,
}) = _PredictionsProps;