hasModuleConnection method
Helper to check if this entry has a connection to a module.
Implementation
@override
bool hasModuleConnection(InspectEntryModuleConnection connection) =>
_moduleConnections.contains(connection);
Helper to check if this entry has a connection to a module.
@override
bool hasModuleConnection(InspectEntryModuleConnection connection) =>
_moduleConnections.contains(connection);