packets property
int
get
packets
The total number of packets in this transfer.
Implementation
int get packets => _wrapped.packets;
set
packets
(int v)
Implementation
set packets(int v) {
_wrapped.packets = v;
}