matchCode property
Override default match (code == item.id || code == item.barcode).
Implementation
final bool Function(PlexMobileTallyItem item, String code)? matchCode;
Override default match (code == item.id || code == item.barcode).
final bool Function(PlexMobileTallyItem item, String code)? matchCode;