userId property
- @TagNumber.new(11)
The ID of the user who has possession of the device
Implementation
@$pb.TagNumber(11)
$fixnum.Int64 get userId => $_getI64(1);
- @TagNumber.new(11)
Implementation
@$pb.TagNumber(11)
set userId($fixnum.Int64 value) => $_setInt64(1, value);