values property

List<String> values
inherited

A copy of the data stored in this column..

Implementation

List<External> get values => [for (var i = 0; i < length; i++) this[i]];