callCount property

int get callCount

How many calls this model received.

Implementation

int get callCount => _requests.length;