timestampFrom property

  1. @TagNumber.new(2)
Int64 get timestampFrom

milliseconds since epoch, inclusive

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get timestampFrom => $_getI64(1);
  1. @TagNumber.new(2)
set timestampFrom (Int64 value)

Implementation

@$pb.TagNumber(2)
set timestampFrom($fixnum.Int64 value) => $_setInt64(1, value);