addModuleConnection method

  1. @override
bool addModuleConnection(
  1. InspectEntryModuleConnection connection
)
override

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;