buildMode property

BuildMode buildMode

The BuildMode that the code should be compiled in.

Currently BuildMode.debug and BuildMode.release are the only modes.

Not available during a dryRun. Will throw a StateError if accessed during a dryRun.

Implementation

BuildMode get buildMode;