toMap method

dynamic toMap()

Implementation

toMap() {
  return {'start': start, 'end': end, 'broken': broken};
}