matches method Null safety
- ProgramOperation key,
- bool userMode
override
Implementation
@override
Arg? matches(ProgramOperation key, bool userMode) {
if (key == this.key) {
return child;
}
return null;
}
@override
Arg? matches(ProgramOperation key, bool userMode) {
if (key == this.key) {
return child;
}
return null;
}