hot top-level property
Implementation
final List<FigOption> hot = [
FigOption(
name: ['--hot'],
description:
'Run with support for hot reloading. Only available for debug mode. Not available with "--trace-startup"',
),
FigOption(
name: ['--no-hot'],
),
];