$ColumnInterface class sealed

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

createdAt String
no setter
createdBy String
no setter
datetimeDefault String
no setter
description String
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
lastEditAt String
no setter
lastEditBy String
no setter
mandatory bool
no setter
numberDecimals int
no setter
numberDefault double
no setter
numberMax double
no setter
numberMin double
no setter
numberPrefix String
no setter
numberSuffix String
no setter
orderWeight int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionDefault String
no setter
selectionOptions String
no setter
subtype String
no setter
tableId int
no setter
textAllowedPattern String
no setter
textDefault String
no setter
textMaxLength int
no setter
title String
no setter
type String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($ColumnInterfaceBuilder)) $ColumnInterface
Rebuilds the instance.
toBuilder() $ColumnInterfaceBuilder
Converts the instance to a builder $ColumnInterfaceBuilder.
toString() String
A string representation of this object.
inherited

Operators

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