Device constructor

Device({
  1. required String id,
  2. required Farm farm,
})

Implementation

Device({required this.id, required this.farm});