MessagesCompanion constructor
const
MessagesCompanion({
- Value<
String> messageId = const Value.absent(), - Value<
String> senderId = const Value.absent(), - Value<
String> targetId = const Value.absent(), - Value<
Uint8List> payload = const Value.absent(), - Value<
int> status = const Value.absent(), - Value<
int> createdAt = const Value.absent(), - Value<
int> ttl = const Value.absent(), - Value<
String?> signature = const Value.absent(), - Value<
int> mediaType = const Value.absent(), - Value<
String?> mediaFileName = const Value.absent(), - Value<
String?> mediaMimeType = const Value.absent(), - Value<
int?> mediaFileSize = const Value.absent(), - Value<
String?> mediaHash = const Value.absent(), - Value<
String?> mediaLocalPath = const Value.absent(), - Value<
int> mediaAvailability = const Value.absent(), - Value<
Uint8List?> mediaThumbnail = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const MessagesCompanion({
this.messageId = const Value.absent(),
this.senderId = const Value.absent(),
this.targetId = const Value.absent(),
this.payload = const Value.absent(),
this.status = const Value.absent(),
this.createdAt = const Value.absent(),
this.ttl = const Value.absent(),
this.signature = const Value.absent(),
this.mediaType = const Value.absent(),
this.mediaFileName = const Value.absent(),
this.mediaMimeType = const Value.absent(),
this.mediaFileSize = const Value.absent(),
this.mediaHash = const Value.absent(),
this.mediaLocalPath = const Value.absent(),
this.mediaAvailability = const Value.absent(),
this.mediaThumbnail = const Value.absent(),
this.rowid = const Value.absent(),
});