ComponentSource constructor

ComponentSource({
  1. String? name,
  2. String? originalTransformOrCollection,
  3. String? userName,
})

Implementation

ComponentSource({
  this.name,
  this.originalTransformOrCollection,
  this.userName,
});