Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard class

Available extensions

Constructors

Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard({required bool blur, required bool active, required bool overall, required bool monthly, required bool weekly, required bool daily})
Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard.fromJson(Map<String, dynamic> json)
factory

Properties

active bool
final
blur bool
final
copyWith CopyWith$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard<Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard>

Available on Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard, provided by the UtilityExtension$Query$findLoyaltySettingsByTarget$findLoyaltySettingsByTarget$leaderboard extension

no setter
daily bool
final
hashCode int
The hash code for this object.
no setteroverride
monthly bool
final
overall bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekly bool
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