toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (assetAggregateStats != null)
    'assetAggregateStats': assetAggregateStats!,
  if (description != null) 'description': description!,
  if (displayName != null) 'displayName': displayName!,
  if (overlappingAssetCount != null)
    'overlappingAssetCount': overlappingAssetCount!,
  if (preferenceSetFindings != null)
    'preferenceSetFindings': preferenceSetFindings!,
};