enabled property
Set to false to skip fetching entirely. Useful for dependent queries.
Example:
HopeOptions(enabled: userId != null)
Implementation
final bool enabled;
Set to false to skip fetching entirely. Useful for dependent queries.
Example:
HopeOptions(enabled: userId != null)
final bool enabled;