callCount method

int callCount(
  1. String apiName
)

Implementation

int callCount(String apiName) =>
    calls.where((c) => c.name == apiName).length;