toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (appId != null) 'appId': appId!,
if (authToken != null) 'authToken': authToken!,
if (authVersion != null) 'authVersion': authVersion!,
if (fid != null) 'fid': fid!,
if (name != null) 'name': name!,
if (refreshToken != null) 'refreshToken': refreshToken!,
if (sdkVersion != null) 'sdkVersion': sdkVersion!,
if (verificationKey != null) 'verificationKey': verificationKey!,
};