valueFormat property
Value format describes the format of the value that a barcode encodes.
The supported formats are: - CONTACT_INFO
: Contact information. -
EMAIL
: Email address. - ISBN
: ISBN identifier. - PHONE
: Phone
number. - PRODUCT
: Product. - SMS
: SMS message. - TEXT
: Text string.
URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
Implementation
core.String? valueFormat;