addModuleConnection method
Connects this entry to a module. Returns true if the connection was successful, false if the connection already existed.
Implementation
@override
bool addModuleConnection(InspectEntryModuleConnection connection) => false;
Connects this entry to a module. Returns true if the connection was successful, false if the connection already existed.
@override
bool addModuleConnection(InspectEntryModuleConnection connection) => false;