FoodData constructor
FoodData(
- Uint8List? data
The constructor, specifying the data to be sent or that has been received
Implementation
/* ctor */ FoodData(this.data);
The constructor, specifying the data to be sent or that has been received
/* ctor */ FoodData(this.data);