NUIAuthVerifyEmailReq class
- Inheritance
-
- Object
- NUIEnt<
NUIAuthVerifyEmailReq> - NUIAuthVerifyEmailReq
Constructors
- NUIAuthVerifyEmailReq({String? code, required String token})
- NUIAuthVerifyEmailReq.empty()
Properties
Methods
-
fromJson(
Map< String, dynamic> json) → NUIAuthVerifyEmailReq -
inherited
-
mapper(
) → NUIEntMapper< NUIAuthVerifyEmailReq> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toMapQuery(
{Map< NUIEntType, EntCustomerMapper> ? customMapper}) → Map<String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited