wialon
wialon
SdkException
SdkException constructor
SdkException
SdkException
constructor
Null safety
SdkException
(
{
String
message
=
'Constructor error'
}
)
Implementation
SdkException({this.message = 'Constructor error'});
wialon
wialon
SdkException
SdkException constructor
SdkException class
Constructors
SdkException
Properties
hashCode
message
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==