BuildManager constructor

BuildManager(
  1. BuildContext context
)

Creates a new build manager to compile a non-mirrored build.

Implementation

BuildManager(this.context);