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