driverInput method Null safety
- Logic driver
Gets the input port associated with driver
.
Implementation
@protected
Logic driverInput(Logic driver) => _assignedDriverToInputMap[driver]!;
Gets the input port associated with driver
.
@protected
Logic driverInput(Logic driver) => _assignedDriverToInputMap[driver]!;