RestApi constructor

const RestApi(
  1. {String baseUrl,
  2. Parser parser}
)

Implementation

const RestApi({this.baseUrl, this.parser});