r property

List<int> get r

Returns the 'r' component of the signature.

Implementation

List<int> get r => List<int>.from(_r);