profile property

Stream<UserDetails?> profile

Implementation

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