buildBody abstract method

BuildBodyResult buildBody(
  1. BuildContext context,
  2. bool hasResult
)

Builds a parser function body and returns the source code of the function body.

Implementation

BuildBodyResult buildBody(BuildContext context, bool hasResult);