customMapping property

String? customMapping
getter/setter pair

A custom field which can be multiple key to values mapping separated by delimiters (",", "|" and ":"), in the forms of ": , , ...

, | : , ... , | ... | : , ... ," for example, wifi: most | aircraft: 320, 77W | flights: 42 | legroom: 32".

Implementation

core.String? customMapping;