params property

  1. @override
JSONEncodable? params
override

Implementation

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