menu
ms_ean_db package
documentation
data/response.dart
Response<T>
Response.new constructor
Response.new constructor
dark_mode
light_mode
Response<
T
>
constructor
Response<
T
>
(
{
T?
data
,
ErrorData
?
error
,
int
balance
=
0
,
})
Implementation
Response({this.data, this.error, this.balance = 0});
ms_ean_db package
documentation
data/response
Response<T>
Response.new constructor
Response class