PaymentsGiveawayInfoResults class

Payments Giveaway Info Results.

ID: 00cd5570.

Inheritance

Constructors

PaymentsGiveawayInfoResults({required bool winner, required bool refunded, required DateTime startDate, String? giftCodeSlug, required DateTime finishDate, required int winnersCount, required int activatedCount})
Payments Giveaway Info Results constructor.
const
PaymentsGiveawayInfoResults.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

activatedCount int
Activated Count.
final
finishDate DateTime
Finish Date.
final
flags int
Flags.
no setter
giftCodeSlug String?
Gift Code Slug.
final
hashCode int
The hash code for this object.
no setterinherited
refunded bool
refunded: bit 1 of flags.1?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
Start Date.
final
winner bool
winner: bit 0 of flags.0?true
final
winnersCount int
Winners Count.
final

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