An immutable list of source code lines after context_line (in order) – usually lineno + 1:lineno + 5.
lineno + 1:lineno + 5
List<String> get postContext => List.unmodifiable(_postContext ?? const []);