Map<String, dynamic> encode() { return { '__typename': 'VariantConfig', 'key': key, 'kind': kind?.encode(), 'value': value, }; }