ResponseReward class

Constructors

ResponseReward.new({required String uid, required int rewardQty, required String rewardId, required String taskId, required int rewardType, required Delivery delivery, required int usedCount, required String note, required int status, required DateTime updatedAt, required DateTime createdAt, required String couponCode, String? id, String? rewardName, String? expiryText, DateTime? expiryAt})
ResponseReward.fromJson(Map<String, dynamic> json)
factory

Properties

couponCode String
final
createdAt DateTime
final
delivery Delivery
final
expiryAt DateTime?
final
expiryText String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
note String
final
rewardId String
final
rewardName String?
final
rewardQty int
final
rewardType int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final
taskId String
final
uid String
final
updatedAt DateTime
final
usedCount int
final

Methods

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

Operators

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