Register class

A representation of a user registration attempt.

Constructors

Register({required String userId, required int resultCode, bool scramble = true})
Creates a new Register instance with the provided parameters.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
resultCode int
A result code indicating the outcome of the registration attempt. 0 indicates success, and a positive integer represents an error code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scramble bool
A flag indicating whether the user ID should be hashed. Set to true if hashing is necessary to comply with data privacy regulations.
final
userId String
A unique identifier for the user, which can be a user ID or an email address.
final

Methods

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