params property

  1. @override
JSONEncodable? params
override

Implementation

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