ResourceNotFoundException.fromXml constructor

ResourceNotFoundException.fromXml(
  1. XmlElement elem
)

Implementation

factory ResourceNotFoundException.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return ResourceNotFoundException();
}