store property

bool? store
inherited

Store tells Firesearch to store this value and return it in the search results. By default, although the field is searchable, the original value is not stored.

Implementation

bool? get store => throw _privateConstructorUsedError;