FakeUsedError constructor

FakeUsedError(
  1. Invocation parentInvocation,
  2. Invocation invocation,
  3. Object receiver,
  4. StackTrace createdStackTrace,
)

Implementation

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