menu
space_gen package
documentation
templates/auth.dart
ResolvedAuth
ResolvedAuth.new const constructor
ResolvedAuth.new const constructor
dark_mode
light_mode
ResolvedAuth
constructor
const
ResolvedAuth
(
{
required
Map
<
String
,
String
>
headers
,
required
Map
<
String
,
String
>
params
,
})
Create a new
ResolvedAuth
.
Implementation
const ResolvedAuth({required this.headers, required this.params});
space_gen package
documentation
templates/auth
ResolvedAuth
ResolvedAuth.new const constructor
ResolvedAuth class