RecordedInvocation constructor

const RecordedInvocation(
  1. Invocation invocation, {
  2. required StackTrace stack,
})

Create a record for an invocation list.

Implementation

const RecordedInvocation(this.invocation, { required this.stack });