SettingsCompanion.insert constructor
SettingsCompanion.insert({ - Value<String?> userId = const Value.absent(),
- Value<String?> locale = const Value.absent(),
- Value<bool?> showIntroduction = const Value.absent(),
- Value<String> callButtons = const Value.absent(),
- Value<String> pinnedActions = const Value.absent(),
- Value<String?> callButtonsPosition = const Value.absent(),
- Value<bool?> workWithUsTabEnabled = const Value.absent(),
- Value<String?> videoDevice = const Value.absent(),
- Value<String?> audioDevice = const Value.absent(),
- Value<String?> outputDevice = const Value.absent(),
- Value<String?> screenDevice = const Value.absent(),
- Value<String?> muteKeys = const Value.absent(),
- Value<int> rowid = const Value.absent(),
})
Implementation
SettingsCompanion.insert({
this.userId = const Value.absent(),
this.enablePopups = const Value.absent(),
this.locale = const Value.absent(),
this.showIntroduction = const Value.absent(),
this.sideBarWidth = const Value.absent(),
this.callButtons = const Value.absent(),
this.pinnedActions = const Value.absent(),
this.callButtonsPosition = const Value.absent(),
this.workWithUsTabEnabled = const Value.absent(),
this.videoDevice = const Value.absent(),
this.audioDevice = const Value.absent(),
this.outputDevice = const Value.absent(),
this.screenDevice = const Value.absent(),
this.muteKeys = const Value.absent(),
this.rowid = const Value.absent(),
});