isUnsub property

  1. @TagNumber.new(1)
bool get isUnsub

Set this to true to unsubscribe from the event.

Implementation

@$pb.TagNumber(1)
$core.bool get isUnsub => $_getBF(0);
  1. @TagNumber.new(1)
set isUnsub (bool value)

Implementation

@$pb.TagNumber(1)
set isUnsub($core.bool value) => $_setBool(0, value);