menu
truthinscanner package
documentation
api/models/general_response.dart
GeneralResponse<T>
GeneralResponse.new constructor
GeneralResponse.new constructor
dark_mode
light_mode
GeneralResponse<
T
>
constructor
GeneralResponse<
T
>
(
{
T?
data
,
DioException?
dioException
,
ApiError
?
apiError
,
required
int
statusCode
,
})
Implementation
GeneralResponse({ this.data, this.dioException, this.apiError, required this.statusCode, });
truthinscanner package
documentation
api/models/general_response
GeneralResponse<T>
GeneralResponse.new constructor
GeneralResponse class