DeployedImage constructor

DeployedImage({
  1. DateTime? resolutionTime,
  2. String? resolvedImage,
  3. String? specifiedImage,
})

Implementation

DeployedImage({
  this.resolutionTime,
  this.resolvedImage,
  this.specifiedImage,
});