toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributionSettings != null)
    'attributionSettings': attributionSettings!,
  if (currencyCode != null) 'currencyCode': currencyCode!,
  if (destination != null) 'destination': destination!,
  if (displayName != null) 'displayName': displayName!,
};