captured property

List<List> captured

Returns the list of argument lists which were captured within verifyInOrder.

Implementation

List<List<dynamic>> get captured => [...map((result) => result.captured)];