s property

List<int> get s

Gets a copy of the 's' component as a List<int>.

Implementation

List<int> get s => List<int>.from(_s);