ProppatchRequestProp<V extends ToXmlCapable>.remove constructor

const ProppatchRequestProp<V extends ToXmlCapable>.remove({
  1. required String name,
  2. String? namespace = kDavNamespaceUrlStr,
  3. String? lang,
})

Implementation

const ProppatchRequestProp.remove({
  required this.name,
  this.namespace = kDavNamespaceUrlStr,
  this.lang,
})  : op = ProppatchRequestOp.remove,
      value = null;