output property

List<int> get output

Gets a copy of the output data as a List<int>.

Implementation

List<int> get output => _output.clone();