LayerDetails constructor

LayerDetails({
  1. List<BaseImage>? baseImages,
  2. String? chainId,
  3. String? command,
  4. String? diffId,
  5. int? index,
})

Implementation

LayerDetails({
  this.baseImages,
  this.chainId,
  this.command,
  this.diffId,
  this.index,
});