menu
ulink_cli package
documentation
api/sdk_links_client.dart
ResolveOutcome
ResolveOutcome.new constructor
ResolveOutcome.new constructor
dark_mode
light_mode
ResolveOutcome
constructor
ResolveOutcome
(
{
required
bool
ok
,
required
int
status
,
Map
<
String
,
dynamic
>
?
body
,
String
?
error
,
})
Implementation
ResolveOutcome({required this.ok, required this.status, this.body, this.error});
ulink_cli package
documentation
api/sdk_links_client
ResolveOutcome
ResolveOutcome.new constructor
ResolveOutcome class