PremiumBoostsStatus class

Premium Boosts Status.

ID: 4959427a.

Inheritance

Constructors

PremiumBoostsStatus({required bool myBoost, required int level, required int currentLevelBoosts, required int boosts, int? giftBoosts, int? nextLevelBoosts, StatsPercentValueBase? premiumAudience, required String boostUrl, List<PrepaidGiveawayBase>? prepaidGiveaways, List<int>? myBoostSlots})
Premium Boosts Status constructor.
const
PremiumBoostsStatus.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

boosts int
Boosts.
final
boostUrl String
Boost Url.
final
currentLevelBoosts int
Current Level Boosts.
final
flags int
Flags.
no setter
giftBoosts int?
Gift Boosts.
final
hashCode int
The hash code for this object.
no setterinherited
level int
Level.
final
myBoost bool
my_boost: bit 2 of flags.2?true
final
myBoostSlots List<int>?
My Boost Slots.
final
nextLevelBoosts int?
Next Level Boosts.
final
premiumAudience StatsPercentValueBase?
Premium Audience.
final
prepaidGiveaways List<PrepaidGiveawayBase>?
Prepaid Giveaways.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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