PropfindRequestProp constructor

const PropfindRequestProp(
  1. String name, [
  2. String? namespace
])

Implementation

const PropfindRequestProp(this.name, [this.namespace]);