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