includeExpired property

  1. @TagNumber.new(4)
bool get includeExpired

Implementation

@$pb.TagNumber(4)
$core.bool get includeExpired => $_getBF(3);
  1. @TagNumber.new(4)
set includeExpired (bool v)

Implementation

@$pb.TagNumber(4)
set includeExpired($core.bool v) { $_setBool(3, v); }