GeofenceDatum constructor

GeofenceDatum({
  1. required GeofenceType type,
  2. String? name,
})

Implementation

GeofenceDatum({required this.type, this.name}) : super();