enabled property

bool enabled
final

Toggle to fetch data on initial load or not

This is useful when you want to fetch data manually after certain action

Once user manually fetch data, this will be set to true internally

Implementation

final bool enabled;