isAvailable property
bool
get
isAvailable
Whether a philosophy port is wired (engine or bare port).
Implementation
bool get isAvailable =>
_system.philosophyEngine != null || _system.ports.philosophy != null;