CelmObserveRequest constructor

const CelmObserveRequest({
  1. String? scope,
  2. CelmDepth depth = CelmDepth.coarse,
})

Implementation

const CelmObserveRequest({this.scope, this.depth = CelmDepth.coarse});