menu
conduit_core
conduit
SchemaColumn
defaultValue property
defaultValue
brightness_4
defaultValue
property
Null safety
String
?
defaultValue
read / write
The default value for this column when inserted into a database.
Implementation
String? defaultValue;
conduit_core
conduit
SchemaColumn
defaultValue property
SchemaColumn class
Constructors
SchemaColumn
empty
from
fromMap
fromProperty
relationship
Properties
autoincrement
defaultValue
deleteRule
hashCode
isForeignKey
isIndexed
isNullable
isPrimaryKey
isUnique
name
relatedColumnName
relatedTableName
runtimeType
table
type
typeString
Methods
asMap
differenceFrom
noSuchMethod
toString
Operators
operator ==
Static methods
deleteRuleForDeleteRuleString
deleteRuleStringForDeleteRule
typeFromTypeString
typeStringForType