body property

  1. @experimental
ClassBody get body

The body of the mixin declaration.

Replaces leftBracket, members, rightBracket when useDeclaringConstructorsAst is true.

Throws UnsupportedError if useDeclaringConstructorsAst is false.

Implementation

@experimental
ClassBody get body;