ClientStatusRequest constructor

ClientStatusRequest({
  1. bool? excludeResourceContents,
  2. Node? node,
  3. List<NodeMatcher>? nodeMatchers,
})

Implementation

ClientStatusRequest({
  this.excludeResourceContents,
  this.node,
  this.nodeMatchers,
});