ExportApiResponse constructor

ExportApiResponse({
  1. Uint8List? body,
})

Implementation

ExportApiResponse({
  this.body,
});