Component constructor

Component(
  1. String component,
  2. String value
)

Implementation

Component(
  this.component,
  this.value,
);