isLazy property

bool isLazy
final

When 'true', the object is instantiated only the first time it is called. When 'false', the object is instantiated along with the module.

Implementation

final bool isLazy;