Anomaly constructor

Anomaly({
  1. required String tag,
  2. required double temperature,
  3. required String details,
})

Implementation

Anomaly({required this.tag, required this.temperature, required this.details});