restEndpoint property
String
get
restEndpoint
Returns the endpoint of the REST APIs that should be used to perform legacy queries.
Implementation
String get restEndpoint {
return lcdInfo.fullUrl;
}
Returns the endpoint of the REST APIs that should be used to perform legacy queries.
String get restEndpoint {
return lcdInfo.fullUrl;
}