RestClient constructor

RestClient(
  1. {String basePath}
)

Implementation

RestClient({this.basePath}) {
  client = http.Client();
}