v1CreateTvcManifestApprovalsIntent constructor

const v1CreateTvcManifestApprovalsIntent({
  1. required String manifestId,
  2. required List<v1TvcManifestApproval> approvals,
})

Implementation

const v1CreateTvcManifestApprovalsIntent({
  required  this.manifestId,
  required  this.approvals,
});