GetCompatibleConfigurationsResponse.fromJson constructor

GetCompatibleConfigurationsResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetCompatibleConfigurationsResponse.fromJson(
  Map<String, dynamic> json,
) => _$GetCompatibleConfigurationsResponseFromJson(json);