timestamp property Null safety

Timestamp timestamp

Implementation

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

Implementation

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