Aws.fromJson constructor

Aws.fromJson(
  1. Map json_
)

Implementation

Aws.fromJson(core.Map json_)
  : this(accountId: json_['accountId'] as core.String?);