createAlias method

  1. @override
$ChatItemsTable createAlias(
  1. String alias
)
override

Creates an alias of this table or view that will write the name alias when used in a query.

Implementation

@override
$ChatItemsTable createAlias(String alias) {
  return $ChatItemsTable(attachedDatabase, alias);
}