RangingResult class

Class for managing ranging result from scanning iBeacon process.

Constructors

RangingResult.from(dynamic json)
Constructor for deserialize dynamic json into RangingResult.

Properties

beacons List<Beacon>
The List of Beacon detected of ranging result by Region.
final
hashCode int
The hash code for this object.
no setterinherited
region Region
The Region of ranging result.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJson → dynamic
Return the serializable of this object into Map.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited