buildMode property
Build mode for the application.
Common values include 'release', 'debug', and 'profile'. Defaults to 'release' for optimized production builds.
Implementation
final String? buildMode;
Build mode for the application.
Common values include 'release', 'debug', and 'profile'. Defaults to 'release' for optimized production builds.
final String? buildMode;