CallCredentialsCompanion constructor

const CallCredentialsCompanion({
  1. Value<String> callId = const Value.absent(),
  2. Value<String> credentials = const Value.absent(),
  3. Value<int> rowid = const Value.absent(),
})

Implementation

const CallCredentialsCompanion({
  this.callId = const Value.absent(),
  this.credentials = const Value.absent(),
  this.rowid = const Value.absent(),
});