lazy property

bool? lazy
final

Whether or not the bloc being provided should be lazily created. Defaults to true.

Implementation

final bool? lazy;