@pragma('vm:prefer-inline') @override bool hasComponentByType(Entity entity, Type type) => _getComponentArray(type)?[entity] != null;