count property

  1. @override
int count
override

Returns the counter's current value.

Implementation

@override
int get count => _count;