ackLastFile property
ack_last_file is sent only after metadata and after each file has been received. The value does not matter.
Implementation
@$pb.TagNumber(2)
$core.bool get ackLastFile => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set ackLastFile($core.bool v) { $_setBool(1, v); }