AttachmentsQueueTable class

Constructors

AttachmentsQueueTable({String attachmentsQueueTableName = defaultAttachmentsQueueTableName, List<Column> additionalColumns = const [], List<Index> indexes = const [], String? viewName})

Properties

columns List<Column>
List of columns.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
indexes List<Index>
List of indexes.
finalinherited
insertOnly bool
Whether this is an insert-only table.
finalinherited
internalName String
Internal use only.
no setterinherited
localOnly bool
Whether the table only exists only.
finalinherited
name String
The synced table name, matching sync rules.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validName bool
no setterinherited
viewName String
Name for the view, used for queries. Defaults to the synced table name.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
validate() → void
Check that there are no issues in the table definition.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String columnName) → Column
inherited