toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'start': start,
    'end': end,
  };
}