optionalUint64 property
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get optionalUint64 => $_getI64(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set optionalUint64($fixnum.Int64 v) {
$_setInt64(3, v);
}
@$pb.TagNumber(4)
$fixnum.Int64 get optionalUint64 => $_getI64(3);
@$pb.TagNumber(4)
set optionalUint64($fixnum.Int64 v) {
$_setInt64(3, v);
}