timestampTo property
- @TagNumber.new(3)
milliseconds since epoch, inclusive
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get timestampTo => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set timestampTo($fixnum.Int64 value) => $_setInt64(2, value);