statements property

List<StatementTemplate>? statements
getter/setter pair

List of statements to check.

For each statement, you can omit a field if the corresponding default_* field below was supplied. Minimum 1 statement; maximum 1,000 statements. Any additional statements will be ignored.

Implementation

core.List<StatementTemplate>? statements;