clientId property
- @TagNumber.new(12)
@optional
@description The unique identifier of the associated client.
@example 455
@regex ^0-9*$
@format Non-negative 64-bit integer.
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get clientId => $_getI64(5);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set clientId($fixnum.Int64 value) => $_setInt64(5, value);