input property

List<int> get input

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

Implementation

List<int> get input => List<int>.from(_input);