lazy property

bool lazy
final

Whether the Bloc or Cubit should be created lazily. Defaults to true.

Implementation

final bool lazy;