toJson method
Implementation
Map<String, dynamic> toJson() => {
"type": type,
"nextType": nextType,
"initToken": initToken,
"token": token,
"biometricDeviceUuid": biometricDeviceUuid,
"biometricSecretKey": biometricSecretKey,
"serverUnixtime": serverUnixtime,
};