toMap method
Implementation
JsonMap toMap() => {
'identifier': identifier,
'radius': radius,
'latitude': latitude,
'longitude': longitude,
'notifyOnEntry': notifyOnEntry,
'notifyOnExit': notifyOnExit,
'notifyOnDwell': notifyOnDwell,
if (loiteringDelay != null) 'loiteringDelay': loiteringDelay,
if (extras != null) 'extras': extras,
};