PostgresColumn class

Constructors

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

Properties

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

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