$$CallCredentialsTableUpdateCompanionBuilder typedef

$$CallCredentialsTableUpdateCompanionBuilder = CallCredentialsCompanion Function({Value<String> callId, Value<String> credentials, Value<int> rowid})

Implementation

typedef $$CallCredentialsTableUpdateCompanionBuilder =
    CallCredentialsCompanion Function({
      Value<String> callId,
      Value<String> credentials,
      Value<int> rowid,
    });