toCompanion method
- bool nullToAbsent
Implementation
BackgroundCompanion toCompanion(bool nullToAbsent) {
return BackgroundCompanion(userId: Value(userId), data: Value(data));
}
BackgroundCompanion toCompanion(bool nullToAbsent) {
return BackgroundCompanion(userId: Value(userId), data: Value(data));
}