InvokeEndpointOutput constructor

InvokeEndpointOutput({
  1. required Uint8List body,
  2. String? contentType,
  3. String? customAttributes,
  4. String? invokedProductionVariant,
})

Implementation

InvokeEndpointOutput({
  required this.body,
  this.contentType,
  this.customAttributes,
  this.invokedProductionVariant,
});