profile_detail property
bool?
get
profile_detail
Implementation
bool? get profile_detail => this._profile_detail;
set
profile_detail
(bool? profile_detail)
Implementation
set profile_detail(bool? profile_detail) {
this._profile_detail = profile_detail;
this.__isset_profile_detail = true;
}