core.Map<core.String, core.dynamic> toJson() => { if (email != null) 'email': email!, if (kind != null) 'kind': kind!, if (oobCode != null) 'oobCode': oobCode!, };