RestApi constructor

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

Implementation

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