toMap method

Map toMap()
override

Implementation

Map toMap() => _stripNullValues({
      'offset': offset,
      'length': length,
      'replacement': replacement,
      'id': id
    });