isFromModule property
bool
get
isFromModule
Whether this dependency comes from a module.
Implementation
bool get isFromModule => moduleConfig != null;
Whether this dependency comes from a module.
bool get isFromModule => moduleConfig != null;