PropfindPropRequestParam<P extends PropfindRequestProp> constructor

const PropfindPropRequestParam<P extends PropfindRequestProp>({
  1. Depth? depth,
  2. List<P>? props,
})

Implementation

const PropfindPropRequestParam({super.depth, List<P>? props})
    : _props = props;