OrderReferencesModel class
Constructors
- OrderReferencesModel({String? paymentReference, String? shipmentReference, String? deliveryReference})
Properties
- deliveryReference ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- paymentReference ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shipmentReference ↔ String?
-
getter/setter pair
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
copyWith(
{String? paymentReference, String? shipmentReference, String? deliveryReference}) → OrderReferencesModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → OrderReferencesEntity -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
OrderReferencesEntity? entity) → Future< OrderReferencesModel?> -
fromEntityPlus(
OrderReferencesEntity? entity, {String? appId}) → Future< OrderReferencesModel?>
Constants
- id → const String
- packageName → const String