toJson method

Map<String, dynamic> toJson()

Implementation

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