timestamp property Null safety

Int64 timestamp

Implementation

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

Implementation

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