match method

bool match(
  1. String search
)

Implementation

bool match(String search) => search.isPartOf(
    name, CurrencyDefaults.defaultLocale ?? const Locale('en'));