timestampValue property Null safety

Timestamp timestampValue

Implementation

@$pb.TagNumber(10)
$4.Timestamp get timestampValue => $_getN(7);
void timestampValue=(Timestamp v)

Implementation

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