PendingOpsCompanion constructor
const
PendingOpsCompanion({
- Value<
String> opId = const Value.absent(), - Value<
String> scopeName = const Value.absent(), - Value<
String> scopeKeys = const Value.absent(), - Value<
String> type = const Value.absent(), - Value<
String> id = const Value.absent(), - Value<
String?> payload = const Value.absent(), - Value<
String> updatedAt = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const PendingOpsCompanion({
this.opId = const Value.absent(),
this.scopeName = const Value.absent(),
this.scopeKeys = const Value.absent(),
this.type = const Value.absent(),
this.id = const Value.absent(),
this.payload = const Value.absent(),
this.updatedAt = const Value.absent(),
this.rowid = const Value.absent(),
});