count method

  1. @override
int count()
override

Get the number of records stored in the database as a Uint64

Implementation

@override
int count() {
  return _header.numRecords;
}