isFirstBuild property

bool isFirstBuild
final

Whether we're initializing this provider for the first time.

Note: When using Provider.autoDispose, this flag will reset to true when the provider's state was destroyed and later recreated.

Implementation

final bool isFirstBuild;