toMap method

dynamic toMap()

Implementation

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