DeleteCustomMetricResponse.fromJson constructor

DeleteCustomMetricResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteCustomMetricResponse.fromJson(Map<String, dynamic> _) {
  return DeleteCustomMetricResponse();
}