GiftReceiveModel class
Constructors
- GiftReceiveModel(GiftEntityProtocol gift, String fromUserId, {UserInfoProtocol? userInfo, int time = 5, void onTimeOut(GiftReceiveModel item)?})
Properties
- fromUserId → String
-
final
- gift → GiftEntityProtocol
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRunning ↔ bool
-
getter/setter pair
- onTimeOut → void Function(GiftReceiveModel item)?
-
final
- randomKey → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → int
-
final
- timer ↔ Timer?
-
getter/setter pair
- userInfo → UserInfoProtocol?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startTimer(
) → void -
stopTimer(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited