$DeadLetterConfig.fromJson constructor
$DeadLetterConfig.fromJson(
- Map json_
Implementation
$DeadLetterConfig.fromJson(core.Map json_)
: this(
projectId: json_['projectId'] as core.String?,
topic: json_['topic'] as core.String?,
);