DomNodePatch constructor

const DomNodePatch({
  1. Map<String, String?>? attributes,
  2. Map<String, String?>? properties,
})

Implementation

const DomNodePatch({this.attributes, this.properties});