hasNotDefaultSetting property
bool
get
hasNotDefaultSetting
Returns true if defaultSetting
is null, otherwise false.
Implementation
bool get hasNotDefaultSetting => !hasDefaultSetting;
Returns true if defaultSetting
is null, otherwise false.
bool get hasNotDefaultSetting => !hasDefaultSetting;