GetMetadataConfigurationsResponse.fromJson constructor

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

Implementation

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