shouldIgnore property
Add this contact to the blocked / ignored list
Implementation
@$pb.TagNumber(3)
$core.bool get shouldIgnore => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set shouldIgnore($core.bool value) => $_setBool(2, value);
Add this contact to the blocked / ignored list
@$pb.TagNumber(3)
$core.bool get shouldIgnore => $_getBF(2);
@$pb.TagNumber(3)
set shouldIgnore($core.bool value) => $_setBool(2, value);