statements property

List<Statement>? statements
getter/setter pair

A list of all the matching statements that have been found.

Implementation

core.List<Statement>? statements;