menu
sam_api_calls package
documentation
models/models.dart
ApiError
ApiError.new constructor
ApiError.new constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
{
required
String
type
,
required
String
title
,
required
String
desc
,
required
String
request
,
})
Implementation
ApiError( {required this.type, required this.title, required this.desc, required this.request});
sam_api_calls package
documentation
models/models
ApiError
ApiError.new constructor
ApiError class