toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  'start_line': startLine,
  'end_line': endLine,
};