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