DeriveCodePropsItem constructor

DeriveCodePropsItem(
  1. int start,
  2. int end,
  3. String property,
  4. String category,
  5. String breaker,
)

Default constructor

Implementation

DeriveCodePropsItem(super.start, super.end, this.property, this.category, this.breaker);