WorldLocation class
This class houses a location in the real world. A streetName and streetNumber need to be provided.
Constructors
- WorldLocation({required String streetName, required int streetNumber, String? extra})
-
WorldLocation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- extra → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streetName → String
-
final
- streetNumber → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFullName(
) → String - Returns a human readable name.
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited