isDefault property

bool? get isDefault

Implementation

bool? get isDefault => _$this._isDefault;
set isDefault (bool? isDefault)

Implementation

set isDefault(bool? isDefault) => _$this._isDefault = isDefault;