toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final entityTypesContent = this.entityTypesContent;
final entityTypesUri = this.entityTypesUri;
final mergeOption = this.mergeOption;
final targetEntityType = this.targetEntityType;
return {
'entityTypesContent': ?entityTypesContent,
'entityTypesUri': ?entityTypesUri,
'mergeOption': ?mergeOption,
'targetEntityType': ?targetEntityType,
};
}