Printmodel constructor

Printmodel({
  1. required List<Datum> data,
})

Implementation

Printmodel({
  required this.data,
});