toJson method

dynamic toJson()

Implementation

toJson() => {'nameOrEmail': username, 'userPassword': passwd.toMD5(), 'mfaCode': mfaCode ?? ''};