Eddystone class abstract
Class is used for storing Eddystone. Referenced from Sublocation.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String
-
eddystone's instanceId.
no setter
- locationId → int
-
eddystone's location identifier.
Dart code snippet
no setter
- name → String
-
eddystone's name.
no setter
- namespaceId → String
-
eddystone's namespaceId.
no setter
- point → Point
-
eddystone's X and Y coordinates in meters as Point (within the sublocation).
no setter
- power → int?
-
eddystone's power.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransmitterStatus
-
eddystone status. TransmitterStatus
no setter
- sublocationId → int
-
eddystone's sublocation identifier.
no setter
Methods
-
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.
inherited