RetryPortabilityArchiveResponse.fromJson constructor

RetryPortabilityArchiveResponse.fromJson(
  1. Map json_
)

Implementation

RetryPortabilityArchiveResponse.fromJson(core.Map json_)
    : this(
        archiveJobId: json_.containsKey('archiveJobId')
            ? json_['archiveJobId'] as core.String
            : null,
      );