toJson method

Map<String, dynamic> toJson()

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!,
    };