options property

  1. @TagNumber.new(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.new(5)
set options (int value)

Implementation

@$pb.TagNumber(5)
set options($core.int value) => $_setUnsignedInt32(4, value);