totalRecords property

int totalRecords

Implementation

int get totalRecords => _totalRecords;
void totalRecords=(int totalRecords)

Implementation

set totalRecords(int totalRecords) {
  _totalRecords = totalRecords;
}