SK2SubscriptionPeriodMessage class

Constructors

SK2SubscriptionPeriodMessage({required int value, required SK2SubscriptionPeriodUnitMessage unit})

Properties

hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
unit ↔ SK2SubscriptionPeriodUnitMessage
The unit of time that this period represents.
getter/setter pair
value ↔ int
The number of units that the period represents.
getter/setter pair

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
override

Static Methods

decode(Object result) → SK2SubscriptionPeriodMessage