stdins property

List<String?> stdins
final

The --stdin payload of every recorded call (null when none), in order.

Implementation

final List<String?> stdins = <String?>[];