toMap method

Map toMap()
override

Implementation

Map toMap() => _stripNullValues({
      'file': file,
      'offset': offset,
      'length': length,
      'startLine': startLine,
      'startColumn': startColumn,
      'endLine': endLine,
      'endColumn': endColumn
    });