RestApi constructor

const RestApi({
  1. String? baseUrl,
  2. bool? autoCastResponse,
  3. Parser? parser,
})

Implementation

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