GoogleChannelConfig.fromJson constructor

GoogleChannelConfig.fromJson(
  1. 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?,
      );