factory KeywordOperand.fromJson(Map<String, Object?> json) { return KeywordOperand( keyword: KeywordOperandKeyword.fromValue(json[r'keyword'] as String? ?? ''), ); }