addLocal method
Implementation
@override
void addLocal(String name, o.Expression e, [o.OutputType? type]) {
  throw UnsupportedError('Locals are not supported in directives');
}@override
void addLocal(String name, o.Expression e, [o.OutputType? type]) {
  throw UnsupportedError('Locals are not supported in directives');
}