toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final chip = this.chip;
  final startIndex = this.startIndex;
  return {'chip': ?chip, 'startIndex': ?startIndex};
}