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