isDeleted property

  1. @TagNumber.new(8)
bool get isDeleted

Implementation

@$pb.TagNumber(8)
$core.bool get isDeleted => $_getBF(7);
  1. @TagNumber.new(8)
set isDeleted (bool value)

Implementation

@$pb.TagNumber(8)
set isDeleted($core.bool value) => $_setBool(7, value);