GroupsCompanion constructor
const
GroupsCompanion({
- Value<
String> groupId = const Value.absent(), - Value<
String> displayName = const Value.absent(), - Value<
int> discoveredAt = const Value.absent(), - Value<
int> lastSeenAt = const Value.absent(), - Value<
int> memberCount = const Value.absent(), - Value<
bool> isSubscribed = const Value.absent(), - Value<
String?> metadata = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const GroupsCompanion({
this.groupId = const Value.absent(),
this.displayName = const Value.absent(),
this.discoveredAt = const Value.absent(),
this.lastSeenAt = const Value.absent(),
this.memberCount = const Value.absent(),
this.isSubscribed = const Value.absent(),
this.metadata = const Value.absent(),
this.rowid = const Value.absent(),
});