ComponentSpec constructor

ComponentSpec(
  1. String pluginName,
  2. String componentId,
  3. String documentId
)

Implementation

ComponentSpec(this.pluginName, this.componentId, this.documentId);