UserProfileAttachRowRepository class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authUser(Session session, UserProfile userProfile, AuthUser authUser, {Transaction? transaction}) Future<void>
Creates a relation between the given UserProfile and AuthUser by setting the UserProfile's foreign key authUserId to refer to the AuthUser.
image(Session session, UserProfile userProfile, UserProfileImage image, {Transaction? transaction}) Future<void>
Creates a relation between the given UserProfile and UserProfileImage by setting the UserProfile's foreign key imageId to refer to the UserProfileImage.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited