ChatItemViewsCompanion constructor

const ChatItemViewsCompanion({
  1. Value<String> chatId = const Value.absent(),
  2. Value<String> chatItemId = const Value.absent(),
  3. Value<int> rowid = const Value.absent(),
})

Implementation

const ChatItemViewsCompanion({
  this.chatId = const Value.absent(),
  this.chatItemId = const Value.absent(),
  this.rowid = const Value.absent(),
});