Region class

Class for managing ranging region scanning.

Constructors

Region({@required String identifier, String proximityUUID, int major, int minor })
Constructor for creating Region object.
Region.fromJson(dynamic json)
Constructor for deserialize json Map into Region object.

Properties

hashCode → int
The hash code for this object. [...]
read-only, override
identifier → String
The unique identifier of region.
final
major → int
The major number of region. [...]
final
minor → int
The minor number of region. [...]
final
proximityUUID → String
The proximity UUID of region. [...]
final
toJson → dynamic
Serialize Region object into json Map.
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
override