[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The `MLKFlightNumberEntity` class extracts flight number information from text. It provides read-only properties: `airlineCode`, representing the IATA airline designator (two or three letters), and `flightNumber`, the 1-4 digit flight number. The `init` method is unavailable, indicating that instances of this class should not be directly created through initialization. The class's primary purpose is to access extracted flight data.\n"]]