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