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