OfferingStatus class
The status of the offering.
Constructors
- OfferingStatus({DateTime? effectiveOn, Offering? offering, int? quantity, OfferingTransactionType? type})
-
OfferingStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- effectiveOn → DateTime?
-
The date on which the offering is effective.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offering → Offering?
-
Represents the metadata of an offering status.
final
- quantity → int?
-
The number of available devices in the offering.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → OfferingTransactionType?
-
The type specified for the offering status.
final
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