EntityMatchInfo constructor
EntityMatchInfo({
- int sourceEntityId,
- EntityBase sourceEntity,
- List<
EntityMatchDescriptor> matches = const [],
Returns a new EntityMatchInfo instance.
Implementation
EntityMatchInfo({
this.sourceEntityId,
this.sourceEntity,
this.matches = const [],
});