PredictionResponseData class

Annotations
  • @JsonSerializable()

Constructors

PredictionResponseData({String? id, String? broadcasterId, String? broadcasterName, String? broadcasterLogin, String? title, String? winningOutcomeId, List<Outcomes>? outcomes, int? predictionWindow, String? status, String? createdAt, String? endedAt, String? lockedAt})
PredictionResponseData.fromJson(Map<String, dynamic> json)
factory

Properties

broadcasterId String?
final
broadcasterLogin String?
final
broadcasterName String?
final
createdAt String?
final
endedAt String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
lockedAt String?
final
outcomes List<Outcomes>?
final
predictionWindow int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
title String?
final
winningOutcomeId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited