VkDartDonutUpdate class

Constructors

VkDartDonutUpdate(VkDartUpdate update)

Properties

amount int?
the amount in rubles.
no setter
amountDiff double?
the amount of the surcharge in rubles.
no setter
amountDiffWithoutFee double?
the amount of the surcharge without commission (in rubles).
no setter
amountNew int?
the new price is in rubles.
no setter
amountOld int?
the old price is in rubles.
no setter
amountWithoutFee double?
the amount without commission (in rubles).
no setter
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
Check is subscription cancelled
no setter
isCreate bool
Check is subscription create
no setter
isExpired bool
Check is subscription expired
no setter
isMoneyWithdraw bool
Check is money withdraw
no setter
isMoneyWithdrawError bool
Check is money withdraw error
no setter
isPriceChanged bool
Check is subscription price changed
no setter
isProlonged bool
Check is subscription prolonged
no setter
reason String?
the reason for the error.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update VkDartUpdate
final
userId int?
User ID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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