filter property

bool Function(String code)? filter
final

Return false to ignore a code.

Implementation

final bool Function(String code)? filter;