ProjectCompanion.insert constructor
ProjectCompanion.insert({})
Implementation
ProjectCompanion.insert({
this.id = const Value.absent(),
required String code,
required String name,
this.description = const Value.absent(),
this.note = const Value.absent(),
}) : code = Value(code),
name = Value(name);