isDeleted property
Whether this entity is to be deleted. Relevant only for incremental fetches.
Implementation
@$pb.TagNumber(2)
$core.bool get isDeleted => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isDeleted($core.bool v) { $_setBool(1, v); }