isFlagSet method
A method to test with a specific global flag has been set.
This is for interal useage.
Implementation
bool isFlagSet(Flag flag) => _selectedFlags.containsValue(flag);
A method to test with a specific global flag has been set.
This is for interal useage.
bool isFlagSet(Flag flag) => _selectedFlags.containsValue(flag);