debugGetCreateSourceHash property

  1. @internal
DebugGetCreateSourceHash? debugGetCreateSourceHash
final

A debug-only fucntion for obtaining a hash of the source code of the initialization function.

If after a hot-reload this function returns a different result, the provider will be re-executed.

This variable is only set by riverpod_generator.

Implementation

@internal
final DebugGetCreateSourceHash? debugGetCreateSourceHash;