StageSource constructor

StageSource({
  1. String? name,
  2. String? originalTransformOrCollection,
  3. String? sizeBytes,
  4. String? userName,
})

Implementation

StageSource({
  this.name,
  this.originalTransformOrCollection,
  this.sizeBytes,
  this.userName,
});