range property

Map<String, dynamic> range
final

The range of the error in the document, represented as a map with keys 'start' and 'end'. The 'start' and 'end' keys are maps with 'line' and 'character' keys.

Implementation

final Map<String, dynamic> range;