createdAtMs property
- @TagNumber.new(4)
Wall-clock parse time, ms since epoch (second resolution today). Diagnostic ONLY — never an identity, never used to correlate a call with its result.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get createdAtMs => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set createdAtMs($fixnum.Int64 value) => $_setInt64(3, value);