output property

List<int> get output

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

Implementation

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