hasDefaultSetting property

bool get hasDefaultSetting

Returns true if defaultSetting is not null, otherwise false.

Implementation

bool get hasDefaultSetting => defaultSetting != null;