BatchGetServicesResponse.fromJson constructor
BatchGetServicesResponse.fromJson(
- Map json_
Implementation
BatchGetServicesResponse.fromJson(core.Map json_)
: this(
services: (json_['services'] as core.List?)
?.map((value) => GoogleApiServiceusageV1Service.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);