nameFor method Null safety
- String process
Gets the name for the PieplineOperation
from the processes parsed
Implementation
String? nameFor(String process) => _processes[process];
Gets the name for the PieplineOperation
from the processes parsed
String? nameFor(String process) => _processes[process];