DeliverInfo constructor

DeliverInfo({
  1. String? ipAddress,
  2. String? pscGoogleApiTarget,
  3. String? resourceUri,
  4. String? storageBucket,
  5. String? target,
})

Implementation

DeliverInfo({
  this.ipAddress,
  this.pscGoogleApiTarget,
  this.resourceUri,
  this.storageBucket,
  this.target,
});