Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard class
Constructors
-
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard({required bool digital, required bool physical, required int validity, Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$representation? representation, Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$number? number, required List<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels> levels}) -
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ CopyWith$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard> -
Available on Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard, provided by the UtilityExtension$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard extension
no setter - digital → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
levels
→ List<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels> -
final
- number → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$number?
-
final
- physical → bool
-
final
- representation → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$representation?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validity → int
-
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.
override