isWatch property

bool get isWatch

whether to listen to changes to the BrickOvenYaml.file or the BrickConfig.configPath file and the BrickConfig.sourcePath directory

Implementation

bool get isWatch => _get<bool>('watch') ?? false;