GetJobDocumentResponse constructor

GetJobDocumentResponse({
  1. String? document,
})

Implementation

GetJobDocumentResponse({
  this.document,
});