BeaconProximityEntry class

@file com/navigine/idl/beacon_proximity_entry.dart @brief @copybrief BeaconProximityEntry

Constructors

BeaconProximityEntry(int major, int minor, String uuid, double rssi, double frequency, double quality, double? distance)
@brief Default constructor

Properties

distance double?
getter/setter pair
frequency double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
major int
getter/setter pair
minor int
getter/setter pair
quality double
getter/setter pair
rssi double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
getter/setter pair

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