isOptional property

bool isOptional
final

Whether this Builder should be deferred until it's output is requested.

Optional builders are lazy and will not run unless some later builder requests one of it's possible outputs through either readAs* or canRead.

Implementation

final bool isOptional;