price property

String? price
getter/setter pair

Price which can be a number followed by the alphabetic currency code, ISO 4217 standard.

Use '.' as the decimal mark, for example, 100.00 USD.

Implementation

core.String? price;