statements property

Implementation

NodeListImpl<StatementImpl> get statements {
  return members.last.statements;
}