RecordedInvocation constructor
- Invocation invocation, {
- required StackTrace stack,
Create a record for an invocation list.
Implementation
const RecordedInvocation(this.invocation, { required this.stack });
Create a record for an invocation list.
const RecordedInvocation(this.invocation, { required this.stack });