totalCount property

  1. @BuiltValueField(wireName: r'total_count')
num? totalCount

The total number of results, regardless of page and per_page requested.

Implementation

@BuiltValueField(wireName: r'total_count')
num? get totalCount;