generic method Null safety
- String transformation
Implementation
Transformation generic(String transformation) {
return add(GenericAction(transformation));
}
Transformation generic(String transformation) {
return add(GenericAction(transformation));
}