c property

List<int> get c

Gets a copy of the 'c' component.

Implementation

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