body property

  1. @experimental
ClassBody? get body

The body of the mixin declaration.

Will become not null when Feature.declaring_constructors is implemented, replaces leftBracket, members, rightBracket.

Implementation

@experimental
ClassBody? get body;