testAssets top-level property
Implementation
final List<FigOption> testAssets = [
FigOption(
name: ['--test-assets'],
description:
'Build the assets bundle for testing. Consider using --no-test-assets if assets are not required',
),
FigOption(
name: ['--no-test-assets'],
description: 'Exclude the assets bundle for build testing',
),
];