IsDefault property
bool?
get
IsDefault
Implementation
bool? get IsDefault => this._isDefault;
set
IsDefault
(bool? value)
Implementation
set IsDefault(bool? value) => this._isDefault = value;