defaultProfile property

bool? get defaultProfile

Implementation

bool? get defaultProfile => _$this._defaultProfile;
set defaultProfile (bool? defaultProfile)

Implementation

set defaultProfile(bool? defaultProfile) =>
    _$this._defaultProfile = defaultProfile;