declarationTypes property

List<String?> declarationTypes

return list of declaration type of each column

Implementation

List<String?> get declarationTypes => List.unmodifiable(_declTypes);