String readStreamNetworkValue(Map<dynamic, dynamic> json, String key) => json[key] == 'tcp' ? 'raw' : json[key];