restEndpoint property

String restEndpoint

Returns the endpoint of the REST APIs that should be used to perform legacy queries.

Implementation

String get restEndpoint {
  return lcdInfo.fullUrl;
}