timestamp property Null safety

Int64 timestamp

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get timestamp => $_getI64(2);
void timestamp=(Int64 v)

Implementation

@$pb.TagNumber(3)
set timestamp($fixnum.Int64 v) { $_setInt64(2, v); }