cause property
Cause that the packet is dropped.
Implementation
@$pb.TagNumber(1)
DropInfo_Cause get cause => $_getN(0);
Implementation
@$pb.TagNumber(1)
set cause(DropInfo_Cause v) {
setField(1, v);
}
Cause that the packet is dropped.
@$pb.TagNumber(1)
DropInfo_Cause get cause => $_getN(0);
@$pb.TagNumber(1)
set cause(DropInfo_Cause v) {
setField(1, v);
}