GoogleChannelConfig.fromJson constructor
GoogleChannelConfig.fromJson(
- Map json_
Implementation
GoogleChannelConfig.fromJson(core.Map json_)
: this(
cryptoKeyName: json_['cryptoKeyName'] as core.String?,
name: json_['name'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);