toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (customData != null) 'customData': customData!,
      if (dataStorageTransform != null)
        'dataStorageTransform': dataStorageTransform!,
      if (dynamicDropTarget != null) 'dynamicDropTarget': dynamicDropTarget!,
      if (dynamicDropzone != null) 'dynamicDropzone': dynamicDropzone!,
      if (requestClass != null) 'requestClass': requestClass!,
      if (scottyAgentUserId != null) 'scottyAgentUserId': scottyAgentUserId!,
      if (scottyCustomerLog != null) 'scottyCustomerLog': scottyCustomerLog!,
      if (trafficClassField != null) 'trafficClassField': trafficClassField!,
      if (verifyHashFromHeader != null)
        'verifyHashFromHeader': verifyHashFromHeader!,
    };