callers property

List<AnyThrottle> callers
getter/setter pair

Static list for checking instance in same call stack

Implementation

static List<AnyThrottle> callers = [];