PostgresColumn class

Constructors

PostgresColumn(String name, String type, {List<String>? flags = const [], int? typeModifier})
const

Properties

flags List<String>?
any special flags for the column. eg: "key"
final
hashCode int
The hash code for this object.
no setterinherited
name String
the column name. eg: "user_id"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
the column type. eg: "uuid"
final
typeModifier int?
the type modifier. eg: 4294967295
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited