Field<T>.absent constructor
const
Field<T>.absent ()
The column is not named.
Implementation
const factory Field.absent() = AbsentField<T>;
The column is not named.
const factory Field.absent() = AbsentField<T>;