profileEnabled property

String? get profileEnabled
override

Implementation

String? get profileEnabled => _$this._profileEnabled;
set profileEnabled (covariant String? profileEnabled)
covariantoverride

Implementation

set profileEnabled(covariant String? profileEnabled) => _$this._profileEnabled = profileEnabled;