clientId property

  1. @TagNumber.new(12)
Int64 get clientId

@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(4);
  1. @TagNumber.new(12)
set clientId (Int64 value)

Implementation

@$pb.TagNumber(12)
set clientId($fixnum.Int64 value) => $_setInt64(4, value);