toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'allow_apple_id': allowAppleId,
'allow_google_id': allowGoogleId,
'code_info': codeInfo?.toJson(),
'email_address_reset_state': emailAddressResetState?.toJson(),
'@type': constructor,
};