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