ackLastFile property
value does not matter here but responses must be sent after every file has been received.
Implementation
@$pb.TagNumber(1)
$core.bool get ackLastFile => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set ackLastFile($core.bool v) { $_setBool(0, v); }