toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bundleStates != null) 'bundleStates': bundleStates!,
if (referentialSyncConfigState != null)
'referentialSyncConfigState': referentialSyncConfigState!,
if (templateLibraryState != null)
'templateLibraryState': templateLibraryState!,
};