matchesInput method

bool matchesInput(
  1. AssetId input
)

Whether this builder runs on input.

Implementation

bool matchesInput(AssetId input) =>
    _parsedExtensions.any((e) => e.matchesInput(input));