nameFor method Null safety

String? nameFor(
  1. String process
)

Gets the name for the PieplineOperation from the processes parsed

Implementation

String? nameFor(String process) => _processes[process];