menu
retrofit
http.dart
RestApi
RestApi const constructor
RestApi
dark_mode
light_mode
RestApi
constructor
const
RestApi
(
{
String
?
baseUrl
,
Parser
parser
=
Parser.JsonSerializable
,
Type
?
callAdapter
,
})
Implementation
const RestApi({ this.baseUrl, this.parser = Parser.JsonSerializable, this.callAdapter, });
retrofit
http
RestApi
RestApi const constructor
RestApi class