isEmpty property

  1. @TagNumber(9)
bool get isEmpty

Implementation

@$pb.TagNumber(9)
$core.bool get isEmpty => $_getBF(8);
  1. @TagNumber(9)
set isEmpty (bool v)

Implementation

@$pb.TagNumber(9)
set isEmpty($core.bool v) {
  $_setBool(8, v);
}