enabled property

bool enabled
final

Set to false to skip fetching entirely. Useful for dependent queries.

Example:

HopeOptions(enabled: userId != null)

Implementation

final bool enabled;