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