reactiveVariables property

List<LxReactive> get reactiveVariables

Returns just the list of reactive variables involved in the batch.

Implementation

List<LxReactive> get reactiveVariables => entries.map((e) => e.$1).toList();