captured property
Returns the list of argument lists which were captured within verifyInOrder.
Implementation
List<List<dynamic>> get captured => [...map((result) => result.captured)];
Returns the list of argument lists which were captured within verifyInOrder.
List<List<dynamic>> get captured => [...map((result) => result.captured)];