TransferManifest constructor

TransferManifest({
  1. String? location,
})

Implementation

TransferManifest({
  this.location,
});