isShowFlag property
isShowFlag is a bool variable that determines whether or not to display flags. If set to true, flags will be shown, and if set to false, flags will be hidden. This variable is declared as final, indicating that it can't be reassigned after being initialized.
Implementation
final bool isShowFlag;