internal/region library
Classes
- Region
-
The
class Region
is a Dart class that represents a region. It has properties such asdate
,didEnter
,identifier
,latitude
,longitude
,radius
,fromPositionDetection
,eventName
, andspentTime
. It also has a constructor that initializes these properties, and a static methodjsonToObj
that converts a JSON object to an instance of theRegion
class.