topic property Null safety

Topic topic

Implementation

@$pb.TagNumber(2)
Topic get topic => $_getN(1);
void topic=(Topic v)

Implementation

@$pb.TagNumber(2)
set topic(Topic v) { setField(2, v); }