timestamp property Null safety

Int64 timestamp

Implementation

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

Implementation

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