TranslationsCompanion constructor
const
TranslationsCompanion({
- Value<
String> originalTextHash = const Value.absent(), - Value<
String> translatedText = const Value.absent(), - Value<
SolvroLocale> originalLanguageCode = const Value.absent(), - Value<
SolvroLocale> translatedLanguageCode = const Value.absent(), - Value<
bool> isApproved = const Value.absent(), - Value<
DateTime> createdAt = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const TranslationsCompanion({
this.originalTextHash = const Value.absent(),
this.translatedText = const Value.absent(),
this.originalLanguageCode = const Value.absent(),
this.translatedLanguageCode = const Value.absent(),
this.isApproved = const Value.absent(),
this.createdAt = const Value.absent(),
this.rowid = const Value.absent(),
});