ChatItemsCompanion constructor
- Value<
String> id = const Value.absent(), - Value<
String> chatId = const Value.absent(), - Value<
String> authorId = const Value.absent(), - Value<
PreciseDateTime> at = const Value.absent(), - Value<
SendingStatus> status = const Value.absent(), - Value<
String> data = const Value.absent(), - Value<
String?> cursor = const Value.absent(), - Value<
String> ver = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const ChatItemsCompanion({
this.id = const Value.absent(),
this.chatId = const Value.absent(),
this.authorId = const Value.absent(),
this.at = const Value.absent(),
this.status = const Value.absent(),
this.data = const Value.absent(),
this.cursor = const Value.absent(),
this.ver = const Value.absent(),
this.rowid = const Value.absent(),
});