$DeadLetterConfig.fromJson constructor

$DeadLetterConfig.fromJson(
  1. Map json_
)

Implementation

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