isFromModule property

bool get isFromModule

Whether this dependency comes from a module.

Implementation

bool get isFromModule => moduleConfig != null;