hasNature<T extends RunFolder> method
Check if this folder has a specific nature.
Implementation
bool hasNature<T extends RunFolder>() =>
natures.any((n) => n is T);
Check if this folder has a specific nature.
bool hasNature<T extends RunFolder>() =>
natures.any((n) => n is T);