shouldIgnore property

  1. @TagNumber(3)
bool get shouldIgnore

Add this contact to the blocked / ignored list

Implementation

@$pb.TagNumber(3)
$core.bool get shouldIgnore => $_getBF(2);
  1. @TagNumber(3)
set shouldIgnore (bool value)

Implementation

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