CardsCompanion constructor
- {Value<
int> id = const Value.absent(), - Value<
int> userId = const Value.absent(), - Value<
String> image = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
String> desc = const Value.absent(), - Value<
DateTime> updateAt = const Value.absent(), - Value<
DateTime> createAt = const Value.absent()}
Implementation
const CardsCompanion({
this.id = const Value.absent(),
this.userId = const Value.absent(),
this.image = const Value.absent(),
this.name = const Value.absent(),
this.desc = const Value.absent(),
this.updateAt = const Value.absent(),
this.createAt = const Value.absent(),
});