Eddystone$Impl class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceId String
eddystone's instanceId.
no setteroverride
locationId int
eddystone's location identifier. Dart code snippet
no setteroverride
name String
eddystone's name.
no setteroverride
namespaceId String
eddystone's namespaceId.
no setteroverride
point Point
eddystone's X and Y coordinates in meters as Point (within the sublocation).
no setteroverride
power int?
eddystone's power.
no setteroverride
ptr Pointer<Void>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransmitterStatus
eddystone status. TransmitterStatus
no setteroverride
sublocationId int
eddystone's sublocation identifier.
no setteroverride

Methods

isValid() bool
override
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

Static Methods

fromOptionalPtr(Pointer<Void> ptr) Eddystone?
getNativePtr(Eddystone? obj) Pointer<Void>