timestamp property Null safety

Timestamp timestamp

Implementation

@$pb.TagNumber(3)
$4.Timestamp get timestamp => $_getN(2);
void timestamp=(Timestamp v)

Implementation

@$pb.TagNumber(3)
set timestamp($4.Timestamp v) { setField(3, v); }