buildMode property
The build mode to use when building the Flutter application.
The build mode determines where the application will be built. The possible values are:
- BuildMode.debug: The application will be built in debug mode.
- BuildMode.release: The application will be built in release mode.
Implementation
final BuildMode buildMode;