RefreshSecretsCompanion constructor

const RefreshSecretsCompanion({
  1. Value<String> userId = const Value.absent(),
  2. Value<String> refresh = const Value.absent(),
  3. Value<String> access = const Value.absent(),
  4. Value<int> rowid = const Value.absent(),
})

Implementation

const RefreshSecretsCompanion({
  this.userId = const Value.absent(),
  this.refresh = const Value.absent(),
  this.access = const Value.absent(),
  this.rowid = const Value.absent(),
});