biographyScope property

UserDetailsScope? get biographyScope
override

Implementation

UserDetailsScope? get biographyScope => _$this._biographyScope;
set biographyScope (covariant UserDetailsScope? biographyScope)
covariantoverride

Implementation

set biographyScope(covariant UserDetailsScope? biographyScope) => _$this._biographyScope = biographyScope;