uri property

String uri
final

/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Base URI for connection such as "http://host/api/demo/".

This string always ends with slash.

Implementation

// State
//////////////////////////////////////////////////////////////////////////

  /// Base URI for connection such as "http://host/api/demo/".
  ///
  /// This string always ends with slash.
  final String uri;