CoursesCompanion constructor
- Value<
int> id = const Value.absent(), - Value<
DateTime?> fetchedAt = const Value.absent(), - Value<
String> code = const Value.absent(), - Value<
double> credits = const Value.absent(), - Value<
int> hours = const Value.absent(), - Value<
String?> nameEn = const Value.absent(), - Value<
String?> nameZh = const Value.absent(), - Value<
String?> descriptionEn = const Value.absent(), - Value<
String?> descriptionZh = const Value.absent(),
Implementation
const CoursesCompanion({
this.id = const Value.absent(),
this.fetchedAt = const Value.absent(),
this.code = const Value.absent(),
this.credits = const Value.absent(),
this.hours = const Value.absent(),
this.nameEn = const Value.absent(),
this.nameZh = const Value.absent(),
this.descriptionEn = const Value.absent(),
this.descriptionZh = const Value.absent(),
});