GetMetadataConfigurationResponse.fromJson constructor

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

Implementation

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