menu
noor_go package
documentation
customer_app/domain/model/order_model.dart
Location class
Location class
dark_mode
light_mode
Location
class
Constructors
Location
({
double
?
long
,
double
?
lat
})
Location.fromMap
(
Map
<
String
,
dynamic
>
json
)
factory
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
lat
↔
double
?
getter/setter pair
long
↔
double
?
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
copyWith
(
{
double
?
long
,
double
?
lat
})
→
Location
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
noor_go package
documentation
customer_app/domain/model/order_model
Location class
order_model library