ProducerPscConfig.fromJson constructor

ProducerPscConfig.fromJson(
  1. Map json_
)

Implementation

ProducerPscConfig.fromJson(core.Map json_)
  : this(serviceAttachmentUri: json_['serviceAttachmentUri'] as core.String?);