Location class

Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.

Constructors

Location({String? reference})
Constructs a new Location with an optional reference.
Location.fromJson(JsonObject _json)
Constructs a new Location instance from the provided JSON object.

Properties

hashCode int
The hash code for this object.
no setteroverride
json → JsonObject
Converts this Location instance to a JSON object.
no setter
reference String?
Literal reference, Relative, internal or absolute URL.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({String? reference}) Location
Makes a deep copy of this Location instance.
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.
override

Constants

fieldDefinitions → const List<FieldDefinition<String>>
All field definitions for Location
referenceField → const FieldDefinition<String>
Field definition for reference