isLazy property
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;
When 'true', the object is instantiated only the first time it is called. When 'false', the object is instantiated along with the module.
final bool isLazy;