uri property

String uri
final

The URI of the data source.

Depending on the type, this can be:

  • The name of an asset (e.g. a video file bundled with the app).
  • The URL of a network resource (e.g. a video hosted on a server).
  • The path to a local file (e.g. a video file stored on the device).

Implementation

final String uri;