$ReviewDocumentResponse constructor

$ReviewDocumentResponse({
  1. String? gcsDestination,
})

Implementation

$ReviewDocumentResponse({
  this.gcsDestination,
});