usesConstructorCallback property

bool usesConstructorCallback
final

feature flag to activate a 'constructor callback'. Setting this to 'true' will generate an additional parameter to '$initGetIt' - named "constructorCallback" - a function of signature "T constructorCallback

Implementation

final bool usesConstructorCallback;