status property Null safety

CatchUpStatus status

Implementation

@$pb.TagNumber(4)
CatchUpStatus get status => $_getN(3);
void status=(CatchUpStatus v)

Implementation

@$pb.TagNumber(4)
set status(CatchUpStatus v) { setField(4, v); }