options property

  1. @TagNumber(5)
int get options

Generally speaking, the "options" field can be ignored (not set) by applications using TW Core.

Implementation

@$pb.TagNumber(5)
$core.int get options => $_getIZ(4);
  1. @TagNumber(5)
set options (int v)

Implementation

@$pb.TagNumber(5)
set options($core.int v) {
  $_setUnsignedInt32(4, v);
}