AppConfigCompanion constructor
const
AppConfigCompanion({
- Value<
int> id = const Value.absent(), - Value<
DateTime> updatedAt = const Value.absent(), - Value<
String> lenderId = const Value.absent(), - Value<
String> apiEndpoint = const Value.absent(), - Value<
String> apiKey = const Value.absent(), - Value<
String> apiSecret = const Value.absent(), - Value<
String> appBundle = const Value.absent(), - Value<
bool> shouldSyncData = const Value.absent(), - Value<
DateTime?> lastSync = const Value.absent(),
Implementation
const AppConfigCompanion({
this.id = const Value.absent(),
this.updatedAt = const Value.absent(),
this.lenderId = const Value.absent(),
this.apiEndpoint = const Value.absent(),
this.apiKey = const Value.absent(),
this.apiSecret = const Value.absent(),
this.appBundle = const Value.absent(),
this.shouldSyncData = const Value.absent(),
this.lastSync = const Value.absent(),
});