abbreviated property

  1. @TagNumber(2)
bool get abbreviated

Whether to use the short format when possible with the relative format.

Implementation

@$pb.TagNumber(2)
$core.bool get abbreviated => $_getBF(1);
  1. @TagNumber(2)
set abbreviated (bool value)

Implementation

@$pb.TagNumber(2)
set abbreviated($core.bool value) => $_setBool(1, value);