FargatePlatformConfiguration.fromJson constructor
Implementation
factory FargatePlatformConfiguration.fromJson(Map<String, dynamic> json) {
return FargatePlatformConfiguration(
platformVersion: json['platformVersion'] as String?,
);
}
factory FargatePlatformConfiguration.fromJson(Map<String, dynamic> json) {
return FargatePlatformConfiguration(
platformVersion: json['platformVersion'] as String?,
);
}