toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (creativeSizeValue != null)
        'creativeSizeValue': creativeSizeValue!.toJson(),
      if (dayPartTargetingValue != null)
        'dayPartTargetingValue': dayPartTargetingValue!.toJson(),
      if (longValue != null) 'longValue': longValue!,
      if (stringValue != null) 'stringValue': stringValue!,
    };