QueryTracking constructor

const QueryTracking({
  1. String? chainId,
  2. int? depth,
})

Implementation

const QueryTracking({this.chainId, this.depth});