rssOf static method
Implementation
static int rssOf(ArgosPacketRecord r) =>
int.tryParse(r.responseHeaders['currentRss'] ?? '') ?? r.responseSize;
static int rssOf(ArgosPacketRecord r) =>
int.tryParse(r.responseHeaders['currentRss'] ?? '') ?? r.responseSize;