MonologsCompanion constructor

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

Implementation

const MonologsCompanion({
  this.userId = const Value.absent(),
  this.chatId = const Value.absent(),
  this.rowid = const Value.absent(),
});