StoreModelEnum enum
Represents a store with identification, contact data, media URLs, and address.
Enumerates the JSON field names used by StoreModel.
Contracts:
- Keys are serialized by
name, so enum order is irrelevant. - Keep names stable to avoid breaking persisted data.
Values
- id → const StoreModelEnum
-
Unique identifier for the store.
- nit → const StoreModelEnum
-
NIT (tax identification number) of the store.
- photoUrl → const StoreModelEnum
-
URL pointing to the store photo.
- coverPhotoUrl → const StoreModelEnum
-
URL pointing to the cover photo of the store.
- email → const StoreModelEnum
-
Contact email address of the store.
- ownerEmail → const StoreModelEnum
-
Owner's email address.
- name → const StoreModelEnum
-
Store name.
- alias → const StoreModelEnum
-
Alias or alternative name for the store.
- address → const StoreModelEnum
-
Postal address of the store (as AddressModel JSON).
- phoneNumber1 → const StoreModelEnum
-
Primary phone number.
- phoneNumber2 → const StoreModelEnum
-
Secondary phone number.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
StoreModelEnum> - A constant List of the values in this enum, in order of their declaration.