Field<T>.absent constructor

const Field<T>.absent()

The column is not named.

Implementation

const factory Field.absent() = AbsentField<T>;