ContentBlock constructor
ContentBlock(
- ArgumentDeclaration arguments,
- Iterable<
Statement> children, - FileSpan span
Implementation
ContentBlock(ArgumentDeclaration arguments, Iterable<Statement> children,
FileSpan span)
: super("@content", arguments, children, span);