lazy property Null safety

bool lazy

Implementation

@$pb.TagNumber(5)
$core.bool get lazy => $_getBF(3);
void lazy=(bool v)

Implementation

@$pb.TagNumber(5)
set lazy($core.bool v) { $_setBool(3, v); }