SelectiveGapicGeneration.fromJson constructor
SelectiveGapicGeneration.fromJson(
- Map json_
Implementation
SelectiveGapicGeneration.fromJson(core.Map json_)
: this(
generateOmittedAsInternal:
json_['generateOmittedAsInternal'] as core.bool?,
methods: (json_['methods'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);