isFinal property

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

Implementation

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

Implementation

@$pb.TagNumber(1)
set isFinal($core.bool v) { $_setBool(0, v); }