NutrientLevel constructor

const NutrientLevel({
  1. required String offTag,
})

Implementation

const NutrientLevel({
  required this.offTag,
});