profile property
Stream<UserDetails?>
get
profile
Implementation
Stream<UserDetails?> get profile => this.map((auth) => auth.profile);
Stream<UserDetails?> get profile => this.map((auth) => auth.profile);