count property

int count

Implementation

int get count => _records.where((element) => element.assigned).length;