CollectionStatusDestinationStatus class Null safety
Destination status message.
Constructors
Properties
-
approvedCountries
↔ List<
String> ? -
Country codes (ISO 3166-1 alpha-2) where the collection is approved.
read / write
- destination ↔ String?
-
The name of the destination
read / write
-
disapprovedCountries
↔ List<
String> ? -
Country codes (ISO 3166-1 alpha-2) where the collection is disapproved.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
pendingCountries
↔ List<
String> ? -
Country codes (ISO 3166-1 alpha-2) where the collection is pending
approval.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- status ↔ String?
-
The status for the specified destination in the collections target
country.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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