UserVO class
Constructors
-
UserVO.new({String? uid, DocumentSnapshot<Object?>? snapshot, String? name, String? email, String? avatarUrl, UserRole? role, DateTime? createdAt, DateTime? updatedAt, DateTime? lastUpdatedClaims, bool? onboardingFinished, double? userAffinity})
-
const
-
UserVO.fromUserModel(UserModel user)
-
factory
Methods
-
copyWith({String? uid, DocumentSnapshot<Object?>? snapshot, String? name, String? email, String? avatarUrl, UserRole? role, DateTime? createdAt, DateTime? updatedAt, DateTime? lastUpdatedClaims, bool? onboardingFinished, double? userAffinity})
→ UserVO
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
toUserModel()
→ UserModel
-