LabelledBodyComponentEntity constructor

LabelledBodyComponentEntity({
  1. String? label,
  2. String? componentName,
  3. String? componentId,
})

Implementation

LabelledBodyComponentEntity({
  this.label,
  this.componentName,
  this.componentId,
});