matchCode property

bool Function(PlexMobileTallyItem item, String code)? matchCode
final

Override default match (code == item.id || code == item.barcode).

Implementation

final bool Function(PlexMobileTallyItem item, String code)? matchCode;