filesDeleted property

  1. @TagNumber.new(4)
bool get filesDeleted

Implementation

@$pb.TagNumber(4)
$core.bool get filesDeleted => $_getBF(3);
  1. @TagNumber.new(4)
set filesDeleted (bool value)

Implementation

@$pb.TagNumber(4)
set filesDeleted($core.bool value) => $_setBool(3, value);