isFallback property

  1. @TagNumber(4)
bool get isFallback

Implementation

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

Implementation

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