c property

List<int> get c

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

Implementation

List<int> get c => List<int>.from(_c);