toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final childIndex = this.childIndex;
final type = this.type;
final variable = this.variable;
return {'childIndex': ?childIndex, 'type': ?type, 'variable': ?variable};
}