toJson method

Map<String, dynamic> toJson()

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};
}