BackendServiceCustomMetric.fromJson constructor

BackendServiceCustomMetric.fromJson(
  1. Map json_
)

Implementation

BackendServiceCustomMetric.fromJson(core.Map json_)
  : this(
      dryRun: json_['dryRun'] as core.bool?,
      name: json_['name'] as core.String?,
    );