GeofenceRadius({ required this.id, this.data, required this.length }) : assert(id.isNotEmpty), assert(length > 0.0);