getLocal abstract method

Expression? getLocal(
  1. String name
)

Returns a variable that references the name local.

Implementation

o.Expression? getLocal(String name);