input property

Stream<List<int>>? input
final

Optional custom input stream.

When provided, input is read from this stream instead of stdin. This is useful for testing or when running in special environments.

Implementation

final Stream<List<int>>? input;