menu
authmatech_sdk_flutter package
documentation
authmatech_sdk_flutter.dart
ApiError
ApiError.new constructor
ApiError.new constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
{
required
int
status
,
required
String
type
,
required
String
title
,
required
String
detail
,
})
Implementation
ApiError({ required this.status, required this.type, required this.title, required this.detail, });
authmatech_sdk_flutter package
documentation
authmatech_sdk_flutter
ApiError
ApiError.new constructor
ApiError class