isFallback property

  1. @TagNumber(6)
bool get isFallback

Implementation

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

Implementation

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