ackLastFile property

  1. @TagNumber(2)
bool get ackLastFile

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);
  1. @TagNumber(2)
set ackLastFile (bool v)

Implementation

@$pb.TagNumber(2)
set ackLastFile($core.bool v) { $_setBool(1, v); }