menu
syncflow package
documentation
models/sync_response.dart
SyncResponse<T>
SyncResponse.new constructor
SyncResponse.new constructor
dark_mode
light_mode
SyncResponse<
T
>
constructor
SyncResponse<
T
>
(
{
required
bool
success
,
T?
data
,
String
?
error
,
})
Implementation
SyncResponse({ required this.success, this.data, this.error, });
syncflow package
documentation
models/sync_response
SyncResponse<T>
SyncResponse.new constructor
SyncResponse class