addLocal method

  1. @override
void addLocal(
  1. String name,
  2. Expression e, [
  3. OutputType? type
])
override

Implementation

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