TurnTableModel class
Model - 直播间大转盘
Constructors
-
TurnTableModel({String? roomId, int? payMoney, int? state, List<
PrizeModel> ? list}) -
TurnTableModel.fromJson(Map<
String, dynamic> json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
↔ List<
PrizeModel> ? -
奖品列表
getter/setter pair
- payMoney ↔ int?
-
需要支付的钱
getter/setter pair
- roomId ↔ String?
-
房间ID
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ int?
-
状态 0关闭 1开启
getter/setter pair
Methods
-
isEnabled(
) → bool -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited