Info constructor
Info({
- required String name,
- required dynamic value,
- required GrowlyticDatatype type,
Implementation
Info({required this.name,required this.value, required this.type});