mineral
exception
ApiException
ApiException constructor
ApiException
ApiException
constructor
Null safety
ApiException
(
{
required
int
code
,
required
String
cause
}
)
Implementation
ApiException({ required this.code, required this.cause });
mineral
exception
ApiException
ApiException constructor
ApiException class
Constructors
ApiException
Properties
cause
code
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==