matches method

  1. @override
bool matches(
  1. Iterable<Type> componentTypes
)
override

Implementation

@override
bool matches(Iterable<Type> componentTypes) {
  final archetype = getArchetype(componentTypes);
  return archetype == getArchetype(componentTypes);
}