convert method

  1. @override
bool convert(
  1. XmlElement input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
bool convert(XmlElement input) =>
    input.getElement("write", namespace: input.namespaceUri) != null;