isShowDialCode property

bool isShowDialCode
final

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

Implementation

final bool isShowDialCode;