invocations property

List<RecordedInvocation> invocations
final

All of the method calls on this canvas.

Implementation

final List<RecordedInvocation> invocations = <RecordedInvocation>[];