toJson method

Map<String, dynamic> toJson()

Implementation

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