LayerDetails constructor

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

Implementation

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