DestinationStatus class

The destination status of the product status.

Constructors

DestinationStatus({List<String>? approvedCountries, String? destination, List<String>? disapprovedCountries, List<String>? pendingCountries})
DestinationStatus.fromJson(Map json_)

Properties

approvedCountries ↔ List<String>?
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
getter/setter pair
destination ↔ String?
The name of the destination
getter/setter pair
disapprovedCountries ↔ List<String>?
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
pendingCountries ↔ List<String>?
List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
getter/setter pair
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
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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