ShippingType enum

Complete list of valid shipping types.

Inheritance

Constructors

ShippingType()
const

Values

shipping → const ShippingType

Shipping the purchase to the provided address using a third-party shipping company. This is the default shipping type.

delivery → const ShippingType

Delivering the purchase by the seller (for example, pizza, flower, or furniture delivery)

servicePickup → const ShippingType

Picking up an item from the provided address by the service (for example, transportation or shipping services that provide home pickup).

storePickup → const ShippingType

Store pickup of the purchase from the seller’s store.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ShippingType>
A constant List of the values in this enum, in order of their declaration.