toJson method
Implementation
@override
Object toJson() => {
if (referenceDocsUri.isNotDefault) 'referenceDocsUri': referenceDocsUri,
if (destinations.isNotDefault) 'destinations': encodeList(destinations),
if (selectiveGapicGeneration != null)
'selectiveGapicGeneration': selectiveGapicGeneration!.toJson(),
};