type property

  1. @override
ResolvedType? type
final

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

Implementation

@override
final ResolvedType? type;