ChildLink constructor

ChildLink({
  1. int? childIndex,
  2. String? type,
  3. String? variable,
})

Implementation

ChildLink({this.childIndex, this.type, this.variable});