AwsOrganization.fromJson constructor
AwsOrganization.fromJson(
- Map json_
Implementation
AwsOrganization.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
);
AwsOrganization.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
);