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