Region class
Class for managing for ranging and monitoring 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
- 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
-
Return the serializable of this object into
Map
.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator. [...]