calls property

Map<String, Call> calls
getter/setter pair

A map of all current calls, with the call ID as the key and the Call object as the value.

Implementation

Map<String, Call> calls = {};