travel top-level property

Map<String, String> travel
final

Map of all possible emojis along with their names in Category.TRAVEL

Implementation

final Map<String, String> travel = Map.fromIterables([
  'Person Rowing Boat',
  'Map of Japan',
  'Snow-Capped Mountain',
  'Mountain',
  'Volcano',
  'Mount Fuji',
  'Camping',
  'Beach With Umbrella',
  'Desert',
  'Desert Island',
  'National Park',
  'Stadium',
  'Classical Building',
  'Building Construction',
  'Houses',
  'Derelict House',
  'House',
  'House With Garden',
  'Office Building',
  'Japanese Post Office',
  'Post Office',
  'Hospital',
  'Bank',
  'Hotel',
  'Love Hotel',
  'Convenience Store',
  'School',
  'Department Store',
  'Factory',
  'Japanese Castle',
  'Castle',
  'Wedding',
  'Tokyo Tower',
  'Statue of Liberty',
  'Church',
  'Mosque',
  'Synagogue',
  'Shinto Shrine',
  'Kaaba',
  'Fountain',
  'Tent',
  'Foggy',
  'Night With Stars',
  'Cityscape',
  'Sunrise Over Mountains',
  'Sunrise',
  'Cityscape at Dusk',
  'Sunset',
  'Bridge at Night',
  'Carousel Horse',
  'Ferris Wheel',
  'Roller Coaster',
  'Locomotive',
  'Railway Car',
  'High-Speed Train',
  'Bullet Train',
  'Train',
  'Metro',
  'Light Rail',
  'Station',
  'Tram',
  'Monorail',
  'Mountain Railway',
  'Tram Car',
  'Bus',
  'Oncoming Bus',
  'Trolleybus',
  'Minibus',
  'Ambulance',
  'Fire Engine',
  'Police Car',
  'Oncoming Police Car',
  'Taxi',
  'Oncoming Taxi',
  'Automobile',
  'Oncoming Automobile',
  'Delivery Truck',
  'Articulated Lorry',
  'Tractor',
  'Racing Car',
  'Motorcycle',
  'Motor Scooter',
  'Bicycle',
  'Kick Scooter',
  'Bus Stop',
  'Railway Track',
  'Fuel Pump',
  'Police Car Light',
  'Horizontal Traffic Light',
  'Vertical Traffic Light',
  'Construction',
  'Anchor',
  'Sailboat',
  'Speedboat',
  'Passenger Ship',
  'Ferry',
  'Motor Boat',
  'Ship',
  'Airplane',
  'Small Airplane',
  'Airplane Departure',
  'Airplane Arrival',
  'Seat',
  'Helicopter',
  'Suspension Railway',
  'Mountain Cableway',
  'Aerial Tramway',
  'Satellite',
  'Rocket',
  'Flying Saucer',
  'Shooting Star',
  'Milky Way',
  'Umbrella on Ground',
  'Fireworks',
  'Sparkler',
  'Moon Viewing Ceremony',
  'Yen Banknote',
  'Dollar Banknote',
  'Euro Banknote',
  'Pound Banknote',
  'Moai',
  'Passport Control',
  'Customs',
  'Baggage Claim',
  'Left Luggage'
], [
  '🚣',
  '🗾',
  '🏔',
  '⛰',
  '🌋',
  '🗻',
  '🏕',
  '🏖',
  '🏜',
  '🏝',
  '🏞',
  '🏟',
  '🏛',
  '🏗',
  '🏘',
  '🏚',
  '🏠',
  '🏡',
  '🏢',
  '🏣',
  '🏤',
  '🏥',
  '🏦',
  '🏨',
  '🏩',
  '🏪',
  '🏫',
  '🏬',
  '🏭',
  '🏯',
  '🏰',
  '💒',
  '🗼',
  '🗽',
  '⛪',
  '🕌',
  '🕍',
  '⛩',
  '🕋',
  '⛲',
  '⛺',
  '🌁',
  '🌃',
  '🏙',
  '🌄',
  '🌅',
  '🌆',
  '🌇',
  '🌉',
  '🎠',
  '🎡',
  '🎢',
  '🚂',
  '🚃',
  '🚄',
  '🚅',
  '🚆',
  '🚇',
  '🚈',
  '🚉',
  '🚊',
  '🚝',
  '🚞',
  '🚋',
  '🚌',
  '🚍',
  '🚎',
  '🚐',
  '🚑',
  '🚒',
  '🚓',
  '🚔',
  '🚕',
  '🚖',
  '🚗',
  '🚘',
  '🚚',
  '🚛',
  '🚜',
  '🏎',
  '🏍',
  '🛵',
  '🚲',
  '🛴',
  '🚏',
  '🛤',
  '⛽',
  '🚨',
  '🚥',
  '🚦',
  '🚧',
  '⚓',
  '⛵',
  '🚤',
  '🛳',
  '⛴',
  '🛥',
  '🚢',
  '✈',
  '🛩',
  '🛫',
  '🛬',
  '💺',
  '🚁',
  '🚟',
  '🚠',
  '🚡',
  '🛰',
  '🚀',
  '🛸',
  '🌠',
  '🌌',
  '⛱',
  '🎆',
  '🎇',
  '🎑',
  '💴',
  '💵',
  '💶',
  '💷',
  '🗿',
  '🛂',
  '🛃',
  '🛄',
  '🛅'
]);