ProfileDetails constructor
ProfileDetails({
- AccountStatus? accountStatus,
Implementation
ProfileDetails(
{
/// A status of the primary account signed into a profile whose
/// `ProfileUserInfo` should be returned. Defaults to
/// `SYNC` account status.
AccountStatus? accountStatus})
: _wrapped = $js.ProfileDetails(accountStatus: accountStatus?.toJS);