menu
plumcheck_flutter_sdk package
documentation
models/exeptions.dart
SDKException
SDKException.new constructor
SDKException.new constructor
dark_mode
light_mode
SDKException
constructor
SDKException
(
{
int
?
code
,
String
?
category
,
String
?
reason
,
required
String
description
,
})
Implementation
SDKException({ this.code, this.category, this.reason, required this.description, });
plumcheck_flutter_sdk package
documentation
models/exeptions
SDKException
SDKException.new constructor
SDKException class