postContext property

List<String> postContext

An immutable list of source code lines after context_line (in order) – usually lineno + 1:lineno + 5.

Implementation

List<String> get postContext => List.unmodifiable(_postContext ?? const []);