toJson method

Map<String, dynamic> toJson()

Implementation

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