SelectiveGapicGeneration.fromJson constructor

SelectiveGapicGeneration.fromJson(
  1. 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(),
      );