options property
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);
Implementation
@$pb.TagNumber(5)
set options($core.int v) {
$_setUnsignedInt32(4, v);
}