RewardDetails class
Constructors
-
RewardDetails.new({String? sId, String? name, String? rewardType, String? status, String? desc, int? scoreValue, int? value, String? code, String? clientId, String? iconId, List<
void> ? usedIn, String? cardData, String? createdAt, String? updatedAt, int? iV}) -
RewardDetails.fromJson(Map<
String, dynamic> json)
Properties
- cardData ↔ String?
-
getter/setter pair
- clientId ↔ String?
-
getter/setter pair
- code ↔ String?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- desc ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconId ↔ String?
-
getter/setter pair
- iV ↔ int?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- rewardType ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoreValue ↔ int?
-
getter/setter pair
- sId ↔ String?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- updatedAt ↔ String?
-
getter/setter pair
-
usedIn
↔ List<
void> ? -
getter/setter pair
- value ↔ int?
-
getter/setter pair
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