FakeFunctionUsedError constructor

FakeFunctionUsedError(
  1. Invocation parentInvocation,
  2. Object receiver,
  3. StackTrace createdStackTrace
)

Implementation

FakeFunctionUsedError(
    this.parentInvocation, this.receiver, this.createdStackTrace)
    : _memberName = _symbolToString(parentInvocation.memberName);