hasHelpFlag property

bool get hasHelpFlag

Check if help flag is set

Implementation

bool get hasHelpFlag => getBool(helpFlag) ?? false;