FoodData constructor

FoodData(
  1. Uint8List? data
)

The constructor, specifying the data to be sent or that has been received

Implementation

/* ctor */ FoodData(this.data);