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