ImageSourceMatcher typedef

ImageSourceMatcher = bool Function(Map<String, String> attributes, Element? element)

Implementation

typedef ImageSourceMatcher = bool Function(
  Map<String, String> attributes,
  dom.Element? element,
);