numberMatched property

int? numberMatched

An optional count of items matched.

Implementation

int? get numberMatched => _tryParseInt(meta['numberMatched']);