dropCollection property

  1. @TagNumber(22)
bool dropCollection

Implementation

@$pb.TagNumber(22)
$core.bool get dropCollection => $_getBF(21);
  1. @TagNumber(22)
void dropCollection=(bool v)

Implementation

@$pb.TagNumber(22)
set dropCollection($core.bool v) { $_setBool(21, v); }