uri property

String? uri
getter/setter pair

The URI of the entry point.

The maximum length is 1300 characters. Format:

  • for video, http: or https: schema is required.
  • for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
  • for sip, sip: schema is required, e.g., sip:[email protected].
  • for more, http: or https: schema is required.

Implementation

core.String? uri;