type property

  1. @override
ResolvedType type
override

The type of this column, which is available before any resolution happens (we know it from the schema structure).

Implementation

@override
ResolvedType get type => _type;