menu
offline_sync_flutter package
documentation
models/sync_response.dart
SyncResponse
SyncResponse.new constructor
SyncResponse.new constructor
dark_mode
light_mode
SyncResponse
constructor
SyncResponse
(
{
required
int
statusCode
,
dynamic
body
,
Map
<
String
,
String
>
?
headers
,
})
Implementation
SyncResponse({ required this.statusCode, this.body, this.headers, });
offline_sync_flutter package
documentation
models/sync_response
SyncResponse
SyncResponse.new constructor
SyncResponse class