Map<String, dynamic> toJson() { final key = this.key; final type = this.type; final value = this.value; return { 'Key': key.toValue(), 'Type': type.toValue(), 'Value': value, }; }