GetConfigurationResponse.fromJson constructor

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

Implementation

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