key property

String key
final

The key used to store and access the query. Encoded using jsonEncode.

This is created by calling jsonEncode on the passed dynamic key.

Implementation

final String key;