params property
Implementation
@override
JSONEncodable? get params => JSONEncodableMap({
'requestId': requestId,
'timestamp': timestamp,
'encodedDataLength': contentLength,
});
@override
JSONEncodable? get params => JSONEncodableMap({
'requestId': requestId,
'timestamp': timestamp,
'encodedDataLength': contentLength,
});