Column class abstract

Implemented types

Constructors

Column([void b(ColumnBuilder)?])
Creates a new Column object using the builder pattern.
factory
Column.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ColumnBuilder)) Column
Rebuilds the instance.
inherited
toBuilder() ColumnBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Column>
Serializer for Column.
no setter