toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (all != null) 'all': all!,
if (exclusionLabels != null) 'exclusionLabels': exclusionLabels!,
if (inclusionLabels != null) 'inclusionLabels': inclusionLabels!,
if (inventories != null) 'inventories': inventories!,
};