linktsp_api
exception_api
ExceptionApi
ExceptionApi constructor
ExceptionApi
ExceptionApi
constructor
Null safety
ExceptionApi
(
{
required
int
?
code
,
required
String
?
message
}
)
Implementation
ExceptionApi({required this.code, required this.message});
linktsp_api
exception_api
ExceptionApi
ExceptionApi constructor
ExceptionApi class
Constructors
ExceptionApi
Properties
code
hashCode
message
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==