ProppatchRequestProp<V extends ToXmlCapable> constructor
const
ProppatchRequestProp<V extends ToXmlCapable> ({
- required String name,
- String? namespace,
- required ProppatchRequestOp op,
- V? value,
- String? lang,
Implementation
const ProppatchRequestProp({
required this.name,
this.namespace,
required this.op,
this.value,
this.lang,
});