hot top-level property

List<FigOption> hot
final

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'],
  ),
];