GoogleChannelConfig constructor

GoogleChannelConfig({
  1. String? cryptoKeyName,
  2. String? name,
  3. String? updateTime,
})

Implementation

GoogleChannelConfig({
  this.cryptoKeyName,
  this.name,
  this.updateTime,
});