stat method
Returns metadata pertaining to this stream
Implementation
@override
StreamStats stat() {
return StreamStats(
direction: _direction,
opened: DateTime.now(),
extra: {'udxStreamId': id(), 'protocol': _protocol},
);
}
Returns metadata pertaining to this stream
@override
StreamStats stat() {
return StreamStats(
direction: _direction,
opened: DateTime.now(),
extra: {'udxStreamId': id(), 'protocol': _protocol},
);
}