EmailAccountRequestAttachRowRepository 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

challenge(Session session, EmailAccountRequest emailAccountRequest, SecretChallenge challenge, {Transaction? transaction}) Future<void>
Creates a relation between the given EmailAccountRequest and SecretChallenge by setting the EmailAccountRequest's foreign key challengeId to refer to the SecretChallenge.
createAccountChallenge(Session session, EmailAccountRequest emailAccountRequest, SecretChallenge createAccountChallenge, {Transaction? transaction}) Future<void>
Creates a relation between the given EmailAccountRequest and SecretChallenge by setting the EmailAccountRequest's foreign key createAccountChallengeId to refer to the SecretChallenge.
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