GeofenceRadius constructor
Constructs an instance of GeofenceRadius.
Implementation
GeofenceRadius({required this.id, this.data, required this.length})
: assert(id.isNotEmpty),
assert(length > 0.0);
Constructs an instance of GeofenceRadius.
GeofenceRadius({required this.id, this.data, required this.length})
: assert(id.isNotEmpty),
assert(length > 0.0);