KalamActionStepsCompanion constructor
const
KalamActionStepsCompanion({
- Value<
String> actionId = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
String> status = const Value.absent(), - Value<
String?> resultJson = const Value.absent(), - Value<
String?> lastError = const Value.absent(), - Value<
DateTime> updatedAt = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const KalamActionStepsCompanion({
this.actionId = const Value.absent(),
this.name = const Value.absent(),
this.status = const Value.absent(),
this.resultJson = const Value.absent(),
this.lastError = const Value.absent(),
this.updatedAt = const Value.absent(),
this.rowid = const Value.absent(),
});