Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel class
Constructors
-
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel({required String id, int? rank, String? color, int? period, required DateTime createdAt, required DateTime updatedAt, int? lossAmount, int? lossPoints, int? nextLevelMax, int? turnoverPoints, int? inactivityCycle, String? reputationLevel, bool? turnoverGoalEnabled, bool? frequencyGoalEnabled, Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$picture? picture, Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$perks? perks, List<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$translation> ? translation, Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$levelInterval? levelInterval, required Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$target target}) -
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- color → String?
-
final
-
copyWith
→ CopyWith$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel> -
Available on Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel, provided by the UtilityExtension$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel extension
no setter - createdAt → DateTime
-
final
- frequencyGoalEnabled → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- inactivityCycle → int?
-
final
- levelInterval → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$levelInterval?
-
final
- lossAmount → int?
-
final
- lossPoints → int?
-
final
- nextLevelMax → int?
-
final
- period → int?
-
final
- perks → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$perks?
-
final
- picture → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$picture?
-
final
- rank → int?
-
final
- reputationLevel → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$target
-
final
-
translation
→ List<
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$loyaltyCard$levels$reputationLevel$translation> ? -
final
- turnoverGoalEnabled → bool?
-
final
- turnoverPoints → int?
-
final
- updatedAt → DateTime
-
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