Destination class
Constructors
- Destination({Location? location, int? order, String? address, String? entrance, String? doorPhone, int? floor, String? apartment, String? comment, DateTime? arrivedAt, DateTime? handedOverAt, DateTime? eta, DateTime? skippedAt, Products? products, Client? client})
-
Destination.fromMap(Map<
String, dynamic> json) -
factory
Properties
- address ↔ String?
-
getter/setter pair
- apartment ↔ String?
-
getter/setter pair
- arrivedAt ↔ DateTime?
-
getter/setter pair
- client ↔ Client?
-
getter/setter pair
- comment ↔ String?
-
getter/setter pair
- doorPhone ↔ String?
-
getter/setter pair
- entrance ↔ String?
-
getter/setter pair
- eta ↔ DateTime?
-
getter/setter pair
- floor ↔ int?
-
getter/setter pair
- handedOverAt ↔ DateTime?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ Location?
-
getter/setter pair
- order ↔ int?
-
getter/setter pair
- products ↔ Products?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippedAt ↔ DateTime?
-
getter/setter pair
Methods
-
copyWith(
{Location? location, int? order, String? address, String? entrance, String? doorPhone, int? floor, String? apartment, String? comment, DateTime? arrivedAt, DateTime? handedOverAt, DateTime? eta, DateTime? skippedAt, Products? products, Client? client}) → Destination -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited