releaseOption top-level property
Implementation
final FigOption releaseOption = FigOption(
name: ['--release'],
description:
'Produces a release build by running webpack in production mode and native build in release mode. Otherwise, produces a debug build',
);