s property

List<int> get s

Returns the 's' component of the signature.

Implementation

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