vars property

Iterable<String> get vars
inherited

Implementation

Iterable<String> get vars => varsMap.map((e) => e.$2);