populate property
If populate is true, then scan the existing transaction in the database to populate the index.
Implementation
@$pb.TagNumber(2)
$core.bool get populate => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set populate($core.bool v) { $_setBool(1, v); }