toCompanion method
- bool nullToAbsent
Implementation
RefreshSecretsCompanion toCompanion(bool nullToAbsent) {
return RefreshSecretsCompanion(
userId: Value(userId),
refresh: Value(refresh),
access: Value(access),
);
}
RefreshSecretsCompanion toCompanion(bool nullToAbsent) {
return RefreshSecretsCompanion(
userId: Value(userId),
refresh: Value(refresh),
access: Value(access),
);
}