hasNotDefaultSetting property

bool get hasNotDefaultSetting

Returns true if defaultSetting is null, otherwise false.

Implementation

bool get hasNotDefaultSetting => !hasDefaultSetting;