toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (entityTypesContent != null)
'entityTypesContent': entityTypesContent!,
if (entityTypesUri != null) 'entityTypesUri': entityTypesUri!,
if (mergeOption != null) 'mergeOption': mergeOption!,
if (targetEntityType != null) 'targetEntityType': targetEntityType!,
};