ObjectTypes constructor
ObjectTypes({
- ObjectTypeEnum? base,
- ObjectTypeEnum? destination,
- ObjectTypeEnum? source,
Implementation
ObjectTypes({
this.base,
this.destination,
this.source,
});