toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mfaPendingCredential != null)
'mfaPendingCredential': mfaPendingCredential!,
if (phoneVerificationInfo != null)
'phoneVerificationInfo': phoneVerificationInfo!,
if (tenantId != null) 'tenantId': tenantId!,
};