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.
no setteroverride
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
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.
override