ColumnName class

Name of a column. Contains additional info on whether the name was chosen implicitly (based on the dart getter name) or explicitly (via an named()) call in the column builder dsl.

Properties

hashCode int
The hash code for this object.
no setteroverride
implicit bool
A column name is implicit if it has been looked up with the associated field name in the table class. It's explicit if .named() was called in the column builder.
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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