Info constructor

Info({
  1. required String name,
  2. required dynamic value,
  3. required GrowlyticDatatype type,
})

Implementation

Info({required this.name,required this.value,  required this.type});