populate property

  1. @TagNumber(2)
bool get populate

Implementation

@$pb.TagNumber(2)
$core.bool get populate => $_getBF(1);
  1. @TagNumber(2)
set populate (bool v)

Implementation

@$pb.TagNumber(2)
set populate($core.bool v) { $_setBool(1, v); }