StoreDetailStatusEnum class

Inheritance
  • Object
  • EnumClass
  • StoreDetailStatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<StoreDetailStatusEnum>
no setter
values → BuiltSet<StoreDetailStatusEnum>
no setter

Static Methods

valueOf(String name) StoreDetailStatusEnum

Constants

active → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
closed → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
inactive → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
inactiveWithModifications → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
pending → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
unknownDefaultOpenApi → const StoreDetailStatusEnum
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.