$$RefreshSecretsTableUpdateCompanionBuilder typedef

$$RefreshSecretsTableUpdateCompanionBuilder = RefreshSecretsCompanion Function({Value<String> access, Value<String> refresh, Value<int> rowid, Value<String> userId})

Implementation

typedef $$RefreshSecretsTableUpdateCompanionBuilder =
    RefreshSecretsCompanion Function({
      Value<String> userId,
      Value<String> refresh,
      Value<String> access,
      Value<int> rowid,
    });