isArray property

  1. @override
bool isArray
final

Whether this variable is an array, which will be expanded into multiple variables at runtime. We only accept queries where no explicitly numbered vars appear after an array. This means that we can expand array variables without having to look at other variables.

Implementation

@override
final bool isArray;